diff options
author | DJ Delorie <dj@redhat.com> | 2002-12-17 03:57:00 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-12-17 03:57:00 +0000 |
commit | 02f2ba2b0b6a74a2aa9d3e6ce74b8c82e8b92fd0 (patch) | |
tree | 80847b2d1b1371d3d356660197ff3a706a94ab27 /include/elf | |
parent | b2be3149b474c01f52851b630cd58941060edd4d (diff) | |
download | newlib-02f2ba2b0b6a74a2aa9d3e6ce74b8c82e8b92fd0.zip newlib-02f2ba2b0b6a74a2aa9d3e6ce74b8c82e8b92fd0.tar.gz newlib-02f2ba2b0b6a74a2aa9d3e6ce74b8c82e8b92fd0.tar.bz2 |
* xstormy16.h (START_RELOC_NUMBERS) Add relocation numbers
for R_XSTORMY16_LO16 and R_XSTORMY16_HI16.
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/ChangeLog | 5 | ||||
-rw-r--r-- | include/elf/xstormy16.h | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 1dd7fd5..77df3a9 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -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, diff --git a/include/elf/xstormy16.h b/include/elf/xstormy16.h index ee6c551..0742a1b 100644 --- a/include/elf/xstormy16.h +++ b/include/elf/xstormy16.h @@ -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) |