]> sourceware.org Git - newlib-cygwin.git/commitdiff
include/elf/
authorAlan Modra <modra@gmail.com>
Sat, 12 May 2007 06:45:32 +0000 (06:45 +0000)
committerAlan Modra <modra@gmail.com>
Sat, 12 May 2007 06:45:32 +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.

include/elf/ChangeLog
include/elf/spu.h

index 3169065b0f284afa70e7c74c0208bcf232f0daeb..003ad9c28ded0b85cce236e1aa280dd720113306 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 2ae80c598f1fe4194f1c09a45708a8fbb7762434..ef949804e78e9a52ecfb4af79042f86ea72a47c7 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 */
This page took 0.064679 seconds and 5 git commands to generate.