x86: Merge X86_ISA_1_USED/X86_ISA_1_NEEDED properties
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19719.s
CommitLineData
87d455c0
L
1 .text
2 .globl _start
3 .type _start, @function
4_start:
5 movl foo_p(%rip), %eax
6 movq foo@GOTPCREL(%rip), %rax
7 ret
8 .size _start, .-_start
9 .globl foo_p
10 .data
11 .align 4
12 .type foo_p, @object
13 .weak foo
14 .size foo_p, 4
15foo_p:
16 .long foo
This page took 0.06575 seconds and 4 git commands to generate.