Use .got.plt for IFUNC symbols if there are no GOT relocations.
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 12 Sep 2011 18:17:36 +0000 (18:17 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 12 Sep 2011 18:17:36 +0000 (18:17 +0000)
commit7b5b197e80f04c9b95fe7fafbd9907fc61a1e43d
tree791abbcc8c62e9409df35f0b5e03ee53435a30af
parent24ece742a04f8f109c26229d8818b208575618b2
Use .got.plt for IFUNC symbols if there are no GOT relocations.

bfd/

2011-09-12  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/13178
* elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Use .got.plt
if there are no GOT relocations.

ld/testsuite/

2011-09-12  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/13178
* ld-ifunc/ifunc-13-i386.d: Updated.
* ld-ifunc/ifunc-13-x86-64.d: Likewise.
* ld-ifunc/ifunc-3a-x86.d: Likewise.
* ld-x86-64/pr13082-5a.d: Likewise.

* ld-ifunc/ifunc-15-i386.d: New.
* ld-ifunc/ifunc-15-i386.s: Likewise.
* ld-ifunc/ifunc-15-x86-64.d: Likewise.
* ld-ifunc/ifunc-15-x86-64.s: Likewise.
bfd/ChangeLog
bfd/elf-ifunc.c
ld/testsuite/ChangeLog
ld/testsuite/ld-ifunc/ifunc-13-i386.d
ld/testsuite/ld-ifunc/ifunc-13-x86-64.d
ld/testsuite/ld-ifunc/ifunc-15-i386.d [new file with mode: 0644]
ld/testsuite/ld-ifunc/ifunc-15-i386.s [new file with mode: 0644]
ld/testsuite/ld-ifunc/ifunc-15-x86-64.d [new file with mode: 0644]
ld/testsuite/ld-ifunc/ifunc-15-x86-64.s [new file with mode: 0644]
ld/testsuite/ld-ifunc/ifunc-3a-x86.d
ld/testsuite/ld-x86-64/pr13082-5a.d
This page took 0.027889 seconds and 4 git commands to generate.