Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr25416-1.s
blob66636c1298197d63ff0cb7ea81c8b0375a1916ad
1 .text
2 .globl _start
3 .type _start, @function
4 _start:
5 lea foo@TLSDESC(%rip), %eax
6 call *foo@TLSCALL(%eax)
7 .section .tdata,"awT",@progbits
8 .align 4
9 .type foo, @object
10 .size foo, 4
11 foo:
12 .long 30
13 .section .note.GNU-stack,"",@progbits