aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorWill Newton <willnewton@sourceware.org>2013-05-07 17:03:52 +0000
committerWill Newton <willnewton@sourceware.org>2013-05-07 17:03:52 +0000
commit7b70956dc8e3886e5fa483d72847f68a5008346c (patch)
tree5904235f3e00cf31d0a4ad508bcfd68bee1ad50a /bfd/ChangeLog
parent1ee9e8b3d23a202aac82a524353c4ec3366477c7 (diff)
downloadgdb-7b70956dc8e3886e5fa483d72847f68a5008346c.zip
gdb-7b70956dc8e3886e5fa483d72847f68a5008346c.tar.gz
gdb-7b70956dc8e3886e5fa483d72847f68a5008346c.tar.bz2
bfd/elf-ifunc.c: Add header size arg to _bfd_elf_allocate_ifunc_dyn_relocs.
bfd/ChangeLog: 2013-05-07 Will Newton <will.newton@linaro.org> * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Add a plt_header_size argument for ports where it differs from plt_entry_size. * elf-bfd.h: Likewise. * elf32-i386.c: Pass plt_header_size to _bfd_elf_allocate_ifunc_dyn_relocs. * elf64-x86-64.c: Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 5e24d2e..a670a24 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,15 @@
2013-05-07 Will Newton <will.newton@linaro.org>
+ * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Add a
+ plt_header_size argument for ports where it differs from
+ plt_entry_size.
+ * elf-bfd.h: Likewise.
+ * elf32-i386.c: Pass plt_header_size to
+ _bfd_elf_allocate_ifunc_dyn_relocs.
+ * elf64-x86-64.c: Likewise.
+
+2013-05-07 Will Newton <will.newton@linaro.org>
+
* elf-ifunc.c (_bfd_elf_create_ifunc_dyn_reloc): Remove unused
function.
* elf-bfd.h: Likewise.