Support garbage collection against STT_GNU_IFUNC symbols.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-10-x86-64.s
CommitLineData
bb1cb422
L
1 .section .text.foo,"ax",@progbits
2 .type foo, @function
3foo:
4 .global foo
5 movl ifunc@GOTPCREL(%rip), %eax
6 movl ifunc(%rip), %eax
7 call ifunc@PLT
8 call ifunc
9 ret
10
11 .section .text.bar,"ax",@progbits
12 .type bar, @function
13bar:
14 .global bar
15 ret
16
17 .section .text.ifunc,"ax",@progbits
18 .type ifunc, @gnu_indirect_function
19ifunc:
20 ret
This page took 0.024034 seconds and 4 git commands to generate.