* xstormy16.h (START_RELOC_NUMBERS) Add relocation numbers

for R_XSTORMY16_LO16 and R_XSTORMY16_HI16.
This commit is contained in:
DJ Delorie 2002-12-17 03:57:00 +00:00
parent b2be3149b4
commit 02f2ba2b0b
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-12-16 Andrew MacLeod <amacleod@redhat.com>
* xstormy16.h (START_RELOC_NUMBERS) Add relocation numbers
for R_XSTORMY16_LO16 and R_XSTORMY16_HI16.
2002-12-10 James Cownie <jcownie@etnus.com>
* dwarf2.h (DW_TAG_upc_shared_type, DW_TAG_upc_strict_type,

View File

@ -37,6 +37,9 @@ START_RELOC_NUMBERS (elf_xstormy16_reloc_type)
RELOC_NUMBER (R_XSTORMY16_24, 8)
RELOC_NUMBER (R_XSTORMY16_FPTR16, 9)
RELOC_NUMBER (R_XSTORMY16_LO16, 10)
RELOC_NUMBER (R_XSTORMY16_HI16, 11)
RELOC_NUMBER (R_XSTORMY16_GNU_VTINHERIT, 128)
RELOC_NUMBER (R_XSTORMY16_GNU_VTENTRY, 129)
END_RELOC_NUMBERS (R_XSTORMY16_max)