]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - include/elf/z80.h
Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add DWARF...
[thirdparty/binutils-gdb.git] / include / elf / z80.h
index a7f72c95bb633552d3f5d15d3e71982b1cf831fb..9b5e86fbd6248cc71551adb0a09908f024937ab3 100644 (file)
@@ -30,6 +30,7 @@
 #define EF_Z80_MACH_EZ80_Z80 0x04
 #define EF_Z80_MACH_EZ80_ADL 0x84
 #define EF_Z80_MACH_GBZ80    0x05
+#define EF_Z80_MACH_Z80N     0x06
 #define EF_Z80_MACH_MSK      0xff
 
 /* Relocations.  */
@@ -47,6 +48,7 @@ START_RELOC_NUMBERS (elf_z80_reloc_type)
      RELOC_NUMBER (R_Z80_BYTE3,                10)
      RELOC_NUMBER (R_Z80_WORD0,                11)
      RELOC_NUMBER (R_Z80_WORD1,                12)
+     RELOC_NUMBER (R_Z80_16_BE,                13)
 END_RELOC_NUMBERS (R_Z80_max)
 
 #endif /* _ELF_Z80_H */