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

	.data
xxx:
	.long ifunc