i386: Issue an error on non-PIC call to IFUNC in PIC object
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / hidden3.s
1 .text
2 .globl bar
3 .type bar, @function
4 bar:
5 leaq foo(%rip), %rax
6 ret
7 .size bar, .-bar
8 .hidden foo
This page took 0.02959 seconds and 4 git commands to generate.