* xstormy16.h (START_RELOC_NUMBERS) Add relocation numbers
authorDJ Delorie <dj@redhat.com>
Tue, 17 Dec 2002 03:57:00 +0000 (03:57 +0000)
committerDJ Delorie <dj@redhat.com>
Tue, 17 Dec 2002 03:57:00 +0000 (03:57 +0000)
for R_XSTORMY16_LO16 and R_XSTORMY16_HI16.

include/elf/ChangeLog
include/elf/xstormy16.h

index 1dd7fd5..77df3a9 100644 (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,
index ee6c551..0742a1b 100644 (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)