diff options
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/sparc.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 1713f2fa9..6bfa30990 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +1999-06-10 Jakub Jelinek <jj@ultra.linux.cz> + + * sparc.h (R_SPARC_max_std): Define. + Wed Jun 9 15:16:34 1999 Jeffrey A Law (law@cygnus.com) * hppa.h: Update with various changes from newest PA ELF diff --git a/include/elf/sparc.h b/include/elf/sparc.h index c9e4cdd40..89d00bee9 100644 --- a/include/elf/sparc.h +++ b/include/elf/sparc.h @@ -128,6 +128,8 @@ START_RELOC_NUMBERS (elf_sparc_reloc_type) /* little endian data relocs */ RELOC_NUMBER (R_SPARC_REV32, 56) + EMPTY_RELOC (R_SPARC_max_std) + RELOC_NUMBER (R_SPARC_GNU_VTINHERIT, 250) RELOC_NUMBER (R_SPARC_GNU_VTENTRY, 251) |