diff options
author | Alan Modra <amodra@bigpond.net.au> | 2007-05-12 06:45:33 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2007-05-12 06:45:33 +0000 |
commit | a47c386bea5f6526f06fb34213beb0ce4bedc0fe (patch) | |
tree | 7cfc6be54ab06d64ace7c9f7eb57854cb918e649 /include/elf/ChangeLog | |
parent | 66669ffc29df4da1efd5930cbac48fa1be72515a (diff) | |
download | gdb-a47c386bea5f6526f06fb34213beb0ce4bedc0fe.tar.gz |
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/elf/ChangeLog')
-rw-r--r-- | include/elf/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 3169065b0f2..003ad9c28de 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. |