x86-64: Set tlsdesc_plt if GOT_TLS_GDESC_P is true
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 3 Sep 2017 17:18:24 +0000 (10:18 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 3 Sep 2017 17:18:38 +0000 (10:18 -0700)
commit0e30d991804de9dfd368653d6a88bf3766a27ffc
tree8f5eeb01864a642450114e269c4e95b85d9f3d53
parent1cf58434bf9d90ea0669f97514c63dc1ccf38f7c
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.
bfd/ChangeLog
bfd/elfxx-x86.c
ld/ChangeLog
ld/testsuite/ld-x86-64/pr22071.d [new file with mode: 0644]
ld/testsuite/ld-x86-64/pr22071.s [new file with mode: 0644]
ld/testsuite/ld-x86-64/x86-64.exp
This page took 0.026102 seconds and 4 git commands to generate.