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
0962fe9178
commit
7b63e3a697
@ -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…
x
Reference in New Issue
Block a user