Fix commit 0a7d38897b9fb1ec7a064ca3347cbac3ba49e5ac
[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.029642 seconds and 4 git commands to generate.