aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-10-06 00:11:41 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-10-06 00:13:52 -0700
commit51537393bd939e79f6e9291629fb65a17e6f19da (patch)
treee6b819c200346bc2a01540226ee74d36fffa3b17 /bfd/elf64-x86-64.c
parente98fdf1ab07243fe467caadd0d033b44b8ca20c7 (diff)
downloadgdb-51537393bd939e79f6e9291629fb65a17e6f19da.zip
gdb-51537393bd939e79f6e9291629fb65a17e6f19da.tar.gz
gdb-51537393bd939e79f6e9291629fb65a17e6f19da.tar.bz2
x86: Add TLS_TRANSITION_IE_TO_LE_P
Add TLS_TRANSITION_IE_TO_LE_P which returns TRUE if TLS IE->LE transition is OK. * elfxx-x86.h (TLS_TRANSITION_IE_TO_LE_P): New. * elf32-i386.c (elf_i386_tls_transition): Use it. * elf64-x86-64.c (elf_x86_64_tls_transition): Likewise.
Diffstat (limited to 'bfd/elf64-x86-64.c')
-rw-r--r--bfd/elf64-x86-64.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
index 76343ca..1bad4d2 100644
--- a/bfd/elf64-x86-64.c
+++ b/bfd/elf64-x86-64.c
@@ -1281,10 +1281,7 @@ elf_x86_64_tls_transition (struct bfd_link_info *info, bfd *abfd,
{
unsigned int new_to_type = to_type;
- if (bfd_link_executable (info)
- && h != NULL
- && h->dynindx == -1
- && tls_type == GOT_TLS_IE)
+ if (TLS_TRANSITION_IE_TO_LE_P (info, h, tls_type))
new_to_type = R_X86_64_TPOFF32;
if (to_type == R_X86_64_TLSGD