aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2013-03-28 07:07:25 +0000
committerAlan Modra <amodra@gmail.com>2013-03-28 07:07:25 +0000
commitf95f8542c5a620ce660bf9cccfd3c38f4e62722c (patch)
treeda78f61c5de56a7e6dbfbcfa735b321805f9e7b3 /bfd/ChangeLog
parent3afd2652d43de1e0cdf66ec4d2a8a6b614ba2fc7 (diff)
downloadgdb-f95f8542c5a620ce660bf9cccfd3c38f4e62722c.zip
gdb-f95f8542c5a620ce660bf9cccfd3c38f4e62722c.tar.gz
gdb-f95f8542c5a620ce660bf9cccfd3c38f4e62722c.tar.bz2
* elf32-ppc.c (struct ppc_dyn_relocs): New.
(ppc_elf_check_relocs): Separate dynrel counts for local syms into ifunc and non-ifunc. (allocate_dynrelocs): Always put ifunc relocs into reliplt. (ppc_elf_size_dynamic_sections): Likewise. (ppc_elf_relocate_section): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 2ab4d57..c70bcff 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,14 @@
2013-03-28 Alan Modra <amodra@gmail.com>
+ * elf32-ppc.c (struct ppc_dyn_relocs): New.
+ (ppc_elf_check_relocs): Separate dynrel counts for local syms
+ into ifunc and non-ifunc.
+ (allocate_dynrelocs): Always put ifunc relocs into reliplt.
+ (ppc_elf_size_dynamic_sections): Likewise.
+ (ppc_elf_relocate_section): Likewise.
+
+2013-03-28 Alan Modra <amodra@gmail.com>
+
* elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.
(struct elf_backend_data <elf_backed_reloc_type_class>): Add
bfd_link_info* and asection* params.