diff options
author | Alan Modra <amodra@gmail.com> | 2008-02-28 09:30:27 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-02-28 09:30:27 +0000 |
commit | 911f096e1a0b04d82d059a42e459b15503c285ce (patch) | |
tree | 2c44d703a1e26f521515cbdf359f4939e10de418 /bfd/ChangeLog | |
parent | 6fe305f7fb813317dced51a909bc3c8a7b164689 (diff) | |
download | gdb-911f096e1a0b04d82d059a42e459b15503c285ce.zip gdb-911f096e1a0b04d82d059a42e459b15503c285ce.tar.gz gdb-911f096e1a0b04d82d059a42e459b15503c285ce.tar.bz2 |
* elf32-spu.c (mark_functions_via_relocs): Don't assume that
the "->start" pointer reaches to function origin, so that we
can handle functions split over more than two sections.
(build_call_tree): Likewise.
(pasted_function): Don't attempt to set fun->start back to the
function origin, just go back one section.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1646c19..15b939d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2008-02-28 Alan Modra <amodra@bigpond.net.au> + + * elf32-spu.c (mark_functions_via_relocs): Don't assume that + the "->start" pointer reaches to function origin, so that we + can handle functions split over more than two sections. + (build_call_tree): Likewise. + (pasted_function): Don't attempt to set fun->start back to the + function origin, just go back one section. + 2008-02-27 Catherine Moore <clm@codesourcery.com> * elf.c ( _bfd_elf_print_private_bfd_data): Call @@ -9,7 +18,7 @@ * elfxx-mips.h (_bfd_mips_elf_get_target_dtag): Declare. * elf-bfd.h (elf_backend_get_target_dtag): Add prototype. * elfxx-target.h (elf_backend_get_target_dtag): Add default. - (elf_backend_data): Add elf_backend_get_target_dtag. + (elf_backend_data): Add elf_backend_get_target_dtag. 2008-02-26 Alan Modra <amodra@bigpond.net.au> |