summaryrefslogtreecommitdiffstats
path: root/bfd/elf32-i386.c
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/elf32-i386.c
parent1ee9e8b3d23a202aac82a524353c4ec3366477c7 (diff)
downloadppe42-binutils-7b70956dc8e3886e5fa483d72847f68a5008346c.tar.gz
ppe42-binutils-7b70956dc8e3886e5fa483d72847f68a5008346c.zip
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/elf32-i386.c')
-rw-r--r--bfd/elf32-i386.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
index 2609130d81..cc8b48efef 100644
--- a/bfd/elf32-i386.c
+++ b/bfd/elf32-i386.c
@@ -2197,7 +2197,8 @@ elf_i386_allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf)
if (h->type == STT_GNU_IFUNC
&& h->def_regular)
return _bfd_elf_allocate_ifunc_dyn_relocs (info, h, &eh->dyn_relocs,
- plt_entry_size, 4);
+ plt_entry_size,
+ plt_entry_size, 4);
else if (htab->elf.dynamic_sections_created
&& h->plt.refcount > 0)
{
OpenPOWER on IntegriCloud