Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2007-05-12 10:45:32 +0400
committerAlan Modra <modra@gmail.com>2007-05-12 10:45:32 +0400
commit7b63e3a6978627c8fab17ff4e66f7a7ac43ed14b (patch)
tree47837019081187f2f0c0203aafad145f9dff99da /include
parent0962fe9178a40c8410d5f1497bb1966f0db66d6d (diff)
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.
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog5
-rw-r--r--include/elf/spu.h5
2 files changed, 8 insertions, 2 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 3169065b0..003ad9c28 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -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.
diff --git a/include/elf/spu.h b/include/elf/spu.h
index 2ae80c598..ef949804e 100644
--- a/include/elf/spu.h
+++ b/include/elf/spu.h
@@ -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 */