diff options
author | Alan Modra <amodra@gmail.com> | 2005-12-27 09:22:59 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-12-27 09:22:59 +0000 |
commit | a192385803b3acc7636dcfb46f6c2cc0cca8201e (patch) | |
tree | 497d621e60c0a47fce762597a65561989c66a98c /bfd/ChangeLog | |
parent | 70949bf12c3309d6c2d38628c6a249f6dd395fd9 (diff) | |
download | gdb-a192385803b3acc7636dcfb46f6c2cc0cca8201e.zip gdb-a192385803b3acc7636dcfb46f6c2cc0cca8201e.tar.gz gdb-a192385803b3acc7636dcfb46f6c2cc0cca8201e.tar.bz2 |
* elf.c (elf_find_function): Don't ignore section syms.
Simplify filename logic.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5c58b81..29beee7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2005-12-27 Alan Modra <amodra@bigpond.net.au> + * elf.c (elf_find_function): Don't ignore section syms. + Simplify filename logic. + +2005-12-27 Alan Modra <amodra@bigpond.net.au> + * elf32-ppc.c (add_stub_sym): Pass info rather than htab. Use different names for pic vs non-pic, '.' instead of '_'. (allocate_dynrelocs): Adjust add_stub_sym call. |