x86: Merge X86_ISA_1_USED/X86_ISA_1_NEEDED properties
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19319b.S
CommitLineData
ead3d542
L
1 .text
2 .globl _start
3 .type _start, @function
4_start:
5 movq __start_my_section@GOTPCREL(%rip), %rax
6 ret
7 .size _start, .-_start
8 .section my_section,"aw",@progbits
9 .align 8
10 .long 4660
11 .long 22136
This page took 0.097095 seconds and 4 git commands to generate.