diff options
author | Alan Modra <amodra@gmail.com> | 2008-06-19 16:14:15 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-06-19 16:14:15 +0000 |
commit | f3c29e8aeed9932d38c06065ea643f28e5e08701 (patch) | |
tree | 67ad891a9a85e4e247e1046ad845619366f4d2be /bfd/ChangeLog | |
parent | 2c19758174425c00c37d5435d88ad61f3a1f42a9 (diff) | |
download | gdb-f3c29e8aeed9932d38c06065ea643f28e5e08701.zip gdb-f3c29e8aeed9932d38c06065ea643f28e5e08701.tar.gz gdb-f3c29e8aeed9932d38c06065ea643f28e5e08701.tar.bz2 |
* elf32-spu.c (build_stub): Allow wraparound on stub branches.
(allocate_spuear_stubs, build_spuear_stubs): Return value from
count_stub/build_stub.
(spu_elf_build_stubs): Correct location of stub reloc error message.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 588e2e7..6e53fdf 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2008-06-20 Alan Modra <amodra@bigpond.net.au> + + * elf32-spu.c (build_stub): Allow wraparound on stub branches. + (allocate_spuear_stubs, build_spuear_stubs): Return value from + count_stub/build_stub. + (spu_elf_build_stubs): Correct location of stub reloc error message. + 2008-06-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com> * elf32-cr16.c (ELF_MACHINE_ALT1): Define to EM_CR16_OLD. |