Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add DWARF...
[binutils-gdb.git] / bfd / cpu-z80.c
index 96fcfa3658da7fa22d0d37bf84250d03860c1c55..76f2ff69779644b484ca0aa6b91e310c711ee05f 100644 (file)
@@ -54,7 +54,8 @@ static const bfd_arch_info_type arch_info_struct[] =
   N (bfd_mach_r800,     "r800",       16, FALSE, M(4)),
   N (bfd_mach_gbz80,    "gbz80",      16, FALSE, M(5)),
   N (bfd_mach_z180,     "z180",       16, FALSE, M(6)),
-  N (bfd_mach_ez80_z80,         "ez80-z80",   16, FALSE, M(7)),
+  N (bfd_mach_z80n,     "z80n",       16, FALSE, M(7)),
+  N (bfd_mach_ez80_z80,         "ez80-z80",   16, FALSE, M(8)),
   N (bfd_mach_ez80_adl,         "ez80-adl",   24, FALSE, NULL)
 };