aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-09-03 10:18:24 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-09-03 10:18:38 -0700
commit0e30d991804de9dfd368653d6a88bf3766a27ffc (patch)
tree8f5eeb01864a642450114e269c4e95b85d9f3d53 /ld/ChangeLog
parent1cf58434bf9d90ea0669f97514c63dc1ccf38f7c (diff)
downloadgdb-0e30d991804de9dfd368653d6a88bf3766a27ffc.zip
gdb-0e30d991804de9dfd368653d6a88bf3766a27ffc.tar.gz
gdb-0e30d991804de9dfd368653d6a88bf3766a27ffc.tar.bz2
x86-64: Set tlsdesc_plt if GOT_TLS_GDESC_P is true
We need to set tlsdesc_plt for x86-64 if GOT_TLS_GDESC_P is true when allocating dynamic relocations so that _bfd_x86_elf_size_dynamic_sections will generate TLSDESC_PLT and TLSDESC_GOT in x86-64 output. bfd/ PR ld/22071 * elfxx-x86.c (elf_x86_allocate_dynrelocs): Set tlsdesc_plt for x86-64 if GOT_TLS_GDESC_P is true. ld/ PR ld/22071 * testsuite/ld-x86-64/pr22071.d: New file. * testsuite/ld-x86-64/pr22071.s: Likewise. * testsuite/ld-x86-64/x86-64.exp: Run pr22071.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 8ff54cc..1fbec40 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2017-09-03 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/22071
+ * testsuite/ld-x86-64/pr22071.d: New file.
+ * testsuite/ld-x86-64/pr22071.s: Likewise.
+ * testsuite/ld-x86-64/x86-64.exp: Run pr22071.
+
2017-09-02 Alan Modra <amodra@gmail.com>
* ldlang.h (lang_input_statement_type): Expand comments.