Fix failure in x86_64 linker tests when compiling with a PIE enabled compiler.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19609-4.s
CommitLineData
bae420ef
L
1 .data
2foo:
3 .quad 0
4 .text
5 .globl _start
6 .type _start, @function
7_start:
8 movq foo@GOTPCREL(%rip), %rax
9 movq foo@GOTPCREL(%rip), %r11
10 .size _start, .-_start
This page took 0.066547 seconds and 4 git commands to generate.