summaryrefslogtreecommitdiffstats
path: root/binutils-2.21/ld/testsuite/ld-ifunc/ifunc-1-local-x86.s
blob: bd2b5bb2c8e2a9bfcfc605794bbd7c4d1a005458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	.type foo, %gnu_indirect_function
	.set __GI_foo, foo
	.text
	.type	foo, @function
foo:
	ret
	.size	foo, .-foo
.globl bar
	.type	bar, @function
bar:
	call	__GI_foo@PLT
	ret
	.size	bar, .-bar