summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-ifunc/ifunc-13a-x86-64.s
blob: 45df09a835348193daeb51e3cf660e2695a5eff3 (plain)
1
2
3
4
5
6
7
8
9
10
	.text
        .type foo, @function
	.global foo
foo:
        movl xxx(%rip), %eax
        ret

	.data
xxx:
	.quad ifunc