aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2021-06-19 20:20:52 -0700
committerH.J. Lu <hjl.tools@gmail.com>2021-06-19 20:21:04 -0700
commit406b4ada55b2957c10fedaeaada801e77912d976 (patch)
treee53f5b5356ec93296df94c593b8d6617681c1e49 /bfd/ChangeLog
parent7e3941ac0619431d51a9643e20cb0e0720502101 (diff)
downloadfsf-binutils-gdb-406b4ada55b2957c10fedaeaada801e77912d976.zip
fsf-binutils-gdb-406b4ada55b2957c10fedaeaada801e77912d976.tar.gz
fsf-binutils-gdb-406b4ada55b2957c10fedaeaada801e77912d976.tar.bz2
x86: Count PLT for GOTOFF relocation against IFUNC symbol
Since GOTOFF relocations against IFUNC symbols must go through PLT, set PLT reference count to 1 for GOTOFF relocation. bfd/ PR ld/27998 * elfxx-x86.c (elf_x86_allocate_dynrelocs): Count PLT for GOTOFF relocation against IFUNC symbols. (_bfd_x86_elf_adjust_dynamic_symbol): Likewise. ld/ PR ld/27998 * testsuite/ld-i386/i386.exp: Run PR ld/27998 tests. * testsuite/ld-i386/pr27998a.d: New file. * testsuite/ld-i386/pr27998a.s: Likewise. * testsuite/ld-i386/pr27998b.d: Likewise. * testsuite/ld-i386/pr27998b.s: Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 5211e98..212fe33 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,12 @@
2021-06-19 H.J. Lu <hongjiu.lu@intel.com>
+ PR ld/27998
+ * elfxx-x86.c (elf_x86_allocate_dynrelocs): Count PLT for GOTOFF
+ relocation against IFUNC symbols.
+ (_bfd_x86_elf_adjust_dynamic_symbol): Likewise.
+
+2021-06-19 H.J. Lu <hongjiu.lu@intel.com>
+
* elflink.c (bfd_elf_final_link): Correct DT_TEXTREL warning in
PDE.