aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-01-20 14:25:24 -0800
committerH.J. Lu <hjl.tools@gmail.com>2018-01-20 14:29:36 -0800
commit8a1b824af786989f879ab1421a4279f60bba141a (patch)
treef65b22a2b06df3077fd57cb0978c81fc28d320ea /ld/ChangeLog
parent44301db1ac68cd26c559df225fe6d1bbc96638a0 (diff)
downloadgdb-8a1b824af786989f879ab1421a4279f60bba141a.zip
gdb-8a1b824af786989f879ab1421a4279f60bba141a.tar.gz
gdb-8a1b824af786989f879ab1421a4279f60bba141a.tar.bz2
x86: Check the versioned __tls_get_addr symbol
We need to check the versioned __tls_get_addr symbol when looking up "__tls_get_addr". bfd/ PR ld/22721 * elfxx-x86.c (_bfd_x86_elf_link_check_relocs): Check the versioned __tls_get_addr symbol. ld/ PR ld/22721 * testsuite/ld-plugin/lto.exp: Run PR ld/22721 tests. * testsuite/ld-plugin/pr22721.t: New file. * testsuite/ld-plugin/pr22721a.s: Likewise. * testsuite/ld-plugin/pr22721b.c: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 6be1624..b33714b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,11 @@
+2018-01-20 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/22721
+ * testsuite/ld-plugin/lto.exp: Run PR ld/22721 tests.
+ * testsuite/ld-plugin/pr22721.t: New file.
+ * testsuite/ld-plugin/pr22721a.s: Likewise.
+ * testsuite/ld-plugin/pr22721b.c: Likewise.
+
2018-01-18 H.J. Lu <hongjiu.lu@intel.com>
* testsuite/ld-elf/group1.d: Also xfail Solaris.