Retro68/binutils/ld/testsuite/ld-x86-64/pr25416-2.s

14 lines
240 B
ArmAsm
Raw Normal View History

2022-10-27 18:45:45 +00:00
.text
.globl _start
.type _start, @function
_start:
lea foo@TLSDESC(%rip), %rax
call *foo@TLSCALL(%rax)
.section .tdata,"awT",@progbits
.align 4
.type foo, @object
.size foo, 4
foo:
.long 30
.section .note.GNU-stack,"",@progbits