x86-64: Handle undefined IFUNC symbol with -z now
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-15-x86-64.s
CommitLineData
7b5b197e
L
1 .text
2 .type foo, @function
653c23d8 3 .global foo
7b5b197e
L
4foo:
5 movl ifunc@GOTPCREL(%rip), %eax
6 ret
7 .type ifunc, @gnu_indirect_function
8 .globl ifunc
9ifunc:
10 ret
This page took 0.240969 seconds and 4 git commands to generate.