x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr25416-3.s
1 .text
2 .globl _start
3 .type _start, @function
4 _start:
5 lea foo@TLSDESC(%rip), %eax
6 call *foo@TLSCALL(%eax)
7 movl %fs:0, %ecx
8 addl foo@gottpoff(%rip), %ecx
9 .section .tdata,"awT",@progbits
10 .align 4
11 .type foo, @object
12 .size foo, 4
13 foo:
14 .long 30
15 .section .note.GNU-stack,"",@progbits