binutils-gdb/ld/testsuite/ld-x86-64/tlsld1.s

13 lines
190 B
ArmAsm

.text
.globl _start
_start:
leaq foo@TLSLD(%rip), %rdi
call __tls_get_addr
.globl foo
.section .tdata,"awT",@progbits
.align 4
.type foo, @object
.size foo, 4
foo:
.long 100