mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-11 13:02:10 +08:00
* sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): New relocs. (R_SH_FIRST_INVALID_RELOC): Adjust.
This commit is contained in:
parent
44576e1fc1
commit
6785ddd1ac
@ -1,3 +1,9 @@
|
||||
2000-09-01 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
|
||||
R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): New relocs.
|
||||
(R_SH_FIRST_INVALID_RELOC): Adjust.
|
||||
|
||||
2000-08-14 Jim Wilson <wilson@cygnus.com>
|
||||
|
||||
* elf/ia64.h (EF_IA_64_REDUCEDFP, EF_IA_64_CONS_GP,
|
||||
|
@ -63,7 +63,15 @@ START_RELOC_NUMBERS (elf_sh_reloc_type)
|
||||
RELOC_NUMBER (R_SH_DIR8BP, 7)
|
||||
RELOC_NUMBER (R_SH_DIR8W, 8)
|
||||
RELOC_NUMBER (R_SH_DIR8L, 9)
|
||||
FAKE_RELOC (R_SH_FIRST_INVALID_RELOC, 10)
|
||||
RELOC_NUMBER (R_SH_GOT32, 10)
|
||||
RELOC_NUMBER (R_SH_PLT32, 11)
|
||||
RELOC_NUMBER (R_SH_COPY, 12)
|
||||
RELOC_NUMBER (R_SH_GLOB_DAT, 13)
|
||||
RELOC_NUMBER (R_SH_JMP_SLOT, 14)
|
||||
RELOC_NUMBER (R_SH_RELATIVE, 15)
|
||||
RELOC_NUMBER (R_SH_GOTOFF, 16)
|
||||
RELOC_NUMBER (R_SH_GOTPC, 17)
|
||||
FAKE_RELOC (R_SH_FIRST_INVALID_RELOC, 18)
|
||||
FAKE_RELOC (R_SH_LAST_INVALID_RELOC, 24)
|
||||
RELOC_NUMBER (R_SH_SWITCH16, 25)
|
||||
RELOC_NUMBER (R_SH_SWITCH32, 26)
|
||||
|
Loading…
Reference in New Issue
Block a user