x86: Force relocation against local absolute symbol
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-localpic.s
1 .text
2 foo:
3 .quad 0
4 movq foo@GOTPCREL(%rip), %rax
5 movq bar@GOTPCREL(%rip), %rax
6 bar = 0xfffffff0
This page took 0.029689 seconds and 4 git commands to generate.