diff options
author | Alan Modra <amodra@gmail.com> | 2009-08-03 12:10:46 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-08-03 12:10:46 +0000 |
commit | a877a2b69dc03c6e3cbc75def32d3ceb31594f16 (patch) | |
tree | 50703eafb7b05ae35c2e5d0d00b3a85ed877b5de /bfd/ChangeLog | |
parent | de972ffadddb04cd60d8e0891cbeb24f797d4282 (diff) | |
download | gdb-a877a2b69dc03c6e3cbc75def32d3ceb31594f16.zip gdb-a877a2b69dc03c6e3cbc75def32d3ceb31594f16.tar.gz gdb-a877a2b69dc03c6e3cbc75def32d3ceb31594f16.tar.bz2 |
* elf32-ppc.c (struct plt_entry): Revise comments.
(ppc_elf_check_relocs): Don't create needless plt_entry info
for non-pie executables. Don't test info->pie when info->shared
already covers that case.
(ppc_elf_gc_sweep_hook): Adjust for above change.
(add_stub_sym): Don't test info->pie when info->shared tested.
(allocate_dynrelocs, ppc_elf_size_dynamic_sections): Likewise.
(write_glink_stub, ppc_elf_finish_dynamic_symbol): Likewise.
(ppc_elf_relax_section): Adjust find_plt_ent arguments.
(ppc_elf_relocate_section): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4280a0e..74c6032 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,18 @@ 2009-08-03 Alan Modra <amodra@bigpond.net.au> + * elf32-ppc.c (struct plt_entry): Revise comments. + (ppc_elf_check_relocs): Don't create needless plt_entry info + for non-pie executables. Don't test info->pie when info->shared + already covers that case. + (ppc_elf_gc_sweep_hook): Adjust for above change. + (add_stub_sym): Don't test info->pie when info->shared tested. + (allocate_dynrelocs, ppc_elf_size_dynamic_sections): Likewise. + (write_glink_stub, ppc_elf_finish_dynamic_symbol): Likewise. + (ppc_elf_relax_section): Adjust find_plt_ent arguments. + (ppc_elf_relocate_section): Likewise. + +2009-08-03 Alan Modra <amodra@bigpond.net.au> + * elf32-ppc.c (ppc_elf_check_relocs): Always add a plt ref count for local ifunc symbols in non-pie executables, regardless of reloc type. Don't specially create ifunc dyn relocs. Tidy ifunc |