diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-05-10 09:28:00 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-05-10 09:28:28 -0700 |
commit | aab82f4c201a2612c0fb6d5b66d8e4ce2f036f1c (patch) | |
tree | 62d80226330cf3d900e8e3511dc1f72bf738e22f /ld/ChangeLog | |
parent | f78c0b915888ab388f9bdac826d7ac18dc944c28 (diff) | |
download | gdb-aab82f4c201a2612c0fb6d5b66d8e4ce2f036f1c.zip gdb-aab82f4c201a2612c0fb6d5b66d8e4ce2f036f1c.tar.gz gdb-aab82f4c201a2612c0fb6d5b66d8e4ce2f036f1c.tar.bz2 |
x86-64: Use .plt.bnd for IFUNC function address
When -z bndplt is used, we must use the .plt.bnd entry for IFUNC function
address.
bfd/
PR ld/21481
* elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Use .plt.bnd
for IFUNC function address.
ld/
PR ld/21481
* testsuite/ld-x86-64/pr21481a.c: New file.
* testsuite/ld-x86-64/pr21481b.S: Likewise.
* testsuite/ld-x86-64/x86-64.exp: Run PR ld/21481 tests.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index b04c3e0..2dfb06e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2017-05-10 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/21481 + * testsuite/ld-x86-64/pr21481a.c: New file. + * testsuite/ld-x86-64/pr21481b.S: Likewise. + * testsuite/ld-x86-64/x86-64.exp: Run PR ld/21481 tests. + 2017-05-10 Claudiu Zissulescu <claziss@synopsys.com> * testsuite/ld-arc/attr-merge-0.d: New file. |