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

13 lines
185 B
ArmAsm
Raw Normal View History

2012-03-26 19:18:29 +00:00
.text
.globl _start
_start:
leaq foo@GOTTPOFF(%rip), %rax
movq (%rax), %rax
.globl foo
.section .tdata,"awT",@progbits
.align 4
.type foo, @object
.size foo, 4
foo:
.long 100