binutils-gdb/ld/testsuite/ld-i386/tlsie3.s

13 lines
186 B
ArmAsm

.text
.globl _start
_start:
leal foo@gotntpoff(%ebx), %ecx
movl (%ecx), %ecx
.globl foo
.section .tdata,"awT",@progbits
.align 4
.type foo, @object
.size foo, 4
foo:
.long 100