OSDN Git Service

include/elf/
authorAlan Modra <amodra@bigpond.net.au>
Sat, 12 May 2007 06:45:33 +0000 (06:45 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Sat, 12 May 2007 06:45:33 +0000 (06:45 +0000)
* 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.

bfd/ChangeLog
bfd/elf32-spu.c
include/elf/ChangeLog
include/elf/spu.h

index 01234ca..102fd08 100644 (file)
@@ -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.
index 865e1c0..844eee6 100644 (file)
@@ -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),
index 3169065..003ad9c 100644 (file)
@@ -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.
index 2ae80c5..ef94980 100644 (file)
@@ -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 */