x86: Merge X86_ISA_1_USED/X86_ISA_1_NEEDED properties
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19807-1.s
1 .globl _start
2 .type _start, @function
3 _start:
4 movq $foo, %rax
5 .size _start, .-_start
6 .data
7 foo:
8 .quad 0
This page took 0.029797 seconds and 4 git commands to generate.