x86-64: Move PIC check for PC-relative relocations back
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr24905.s
1 .text
2 .globl foo
3 .type foo, @function
4 foo:
5 leaq EXTERNAL_SYM(%rip), %rdi
6 .hidden EXTERNAL_SYM
This page took 0.030803 seconds and 5 git commands to generate.