diff options
author | Alan Modra <amodra@gmail.com> | 2009-03-19 07:04:12 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-03-19 07:04:12 +0000 |
commit | ad2adbc8be4dcdb881fb2c725c0d3a5d3e214afd (patch) | |
tree | 336a8fe5f1e4254dba02d47f62e6d6434b380778 /bfd/ChangeLog | |
parent | 0d371ad35608efa28b1ea2c01a457de59b59e3e1 (diff) | |
download | gdb-ad2adbc8be4dcdb881fb2c725c0d3a5d3e214afd.zip gdb-ad2adbc8be4dcdb881fb2c725c0d3a5d3e214afd.tar.gz gdb-ad2adbc8be4dcdb881fb2c725c0d3a5d3e214afd.tar.bz2 |
bfd/
* elf32-spu.c (spu_elf_find_overlays): Separate error return from
"no overlays" return. If there are overlays, create overlay
manager entry symbols here, so that..
(spu_elf_build_stubs): ..we don't need to set them up here.
Simplify entry symbol tests.
* elf32-spu.h (spu_elf_find_overlays): Update prototype.
ld/
* emultempl/spuelf.em (spu_before_allocation): Report errors from
spu_elf_find_overlays.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 750b2e2..8217fa0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2009-03-19 Alan Modra <amodra@bigpond.net.au> + + * elf32-spu.c (spu_elf_find_overlays): Separate error return from + "no overlays" return. If there are overlays, create overlay + manager entry symbols here, so that.. + (spu_elf_build_stubs): ..we don't need to set them up here. + Simplify entry symbol tests. + * elf32-spu.h (spu_elf_find_overlays): Update prototype. + 2009-03-18 Mark Kettenis <kettenis@gnu.org> * elf.c (elfcore_grok_openbsd_procinfo) |