Support x86-64 TLS code sequences without PLT
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / tlsgd6c.s
1 .text
2 .globl _start
3 _start:
4 leaq foo@TLSGD(%rip), %rdi
5 .byte 0x66
6 rex64
7 call *__tls_get_addr@GOTPCREL(%rip)
This page took 0.047097 seconds and 5 git commands to generate.