summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-ifunc/ifunc-15-x86-64.s
blob: 837f25099fc296c506ec0fd2bc86cda0b29fd655 (plain)
1
2
3
4
5
6
7
8
9
10
	.text
        .type foo, @function
	.global foo
foo:
        movl ifunc@GOTPCREL(%rip), %eax
        ret
        .type ifunc, @gnu_indirect_function
	.globl ifunc
ifunc:
        ret