Retro68/binutils/ld/testsuite/ld-x86-64/tlsld5.s

13 lines
206 B
ArmAsm
Raw Normal View History

2017-04-10 11:32:00 +00:00
.text
.globl _start
_start:
leaq foo@TLSLD(%rip), %rdi
call *__tls_get_addr@GOTPCREL(%rip)
.globl foo
.section .tdata,"awT",@progbits
.align 4
.type foo, @object
.size foo, 4
foo:
.long 100