Retro68/binutils/ld/testsuite/ld-i386/tlsie5.s
2012-03-26 21:18:29 +02:00

13 lines
180 B
ArmAsm

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