mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
include/elf/
* spu.h (R_SPU_ADDR16X): Define. (R_SPU_PPU32, R_SPU_PPU64): Renumber. bfd/ * elf32-spu.c (elf_howto_table): Add howto for R_SPU_ADDR16X.
This commit is contained in:
parent
7b86a1b8dd
commit
4f4416b5f9
@ -1,3 +1,7 @@
|
||||
2007-05-12 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* elf32-spu.c (elf_howto_table): Add howto for R_SPU_ADDR16X.
|
||||
|
||||
2007-05-11 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* elf32-ppc.h (ppc_elf_select_plt_layout): Update prototype.
|
||||
|
@ -78,6 +78,9 @@ static reloc_howto_type elf_howto_table[] = {
|
||||
HOWTO (R_SPU_REL32, 0, 2, 32, TRUE, 0, complain_overflow_dont,
|
||||
bfd_elf_generic_reloc, "SPU_REL32",
|
||||
FALSE, 0, 0xffffffff, TRUE),
|
||||
HOWTO (R_SPU_ADDR16X, 0, 2, 16, FALSE, 7, complain_overflow_bitfield,
|
||||
bfd_elf_generic_reloc, "SPU_ADDR16X",
|
||||
FALSE, 0, 0x007fff80, FALSE),
|
||||
HOWTO (R_SPU_PPU32, 0, 2, 32, FALSE, 0, complain_overflow_dont,
|
||||
bfd_elf_generic_reloc, "SPU_PPU32",
|
||||
FALSE, 0, 0xffffffff, FALSE),
|
||||
|
@ -1,3 +1,8 @@
|
||||
2007-05-12 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* spu.h (R_SPU_ADDR16X): Define.
|
||||
(R_SPU_PPU32, R_SPU_PPU64): Renumber.
|
||||
|
||||
2007-05-11 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* spu.h (R_SPU_PPU32, R_SPU_PPU64): Define.
|
||||
|
@ -39,8 +39,9 @@ START_RELOC_NUMBERS (elf_spu_reloc_type)
|
||||
RELOC_NUMBER (R_SPU_ADDR10I, 11)
|
||||
RELOC_NUMBER (R_SPU_ADDR16I, 12)
|
||||
RELOC_NUMBER (R_SPU_REL32, 13)
|
||||
RELOC_NUMBER (R_SPU_PPU32, 14)
|
||||
RELOC_NUMBER (R_SPU_PPU64, 15)
|
||||
RELOC_NUMBER (R_SPU_ADDR16X, 14)
|
||||
RELOC_NUMBER (R_SPU_PPU32, 15)
|
||||
RELOC_NUMBER (R_SPU_PPU64, 16)
|
||||
END_RELOC_NUMBERS (R_SPU_max)
|
||||
|
||||
/* Program header extensions */
|
||||
|
Loading…
Reference in New Issue
Block a user