summaryrefslogtreecommitdiffstats
path: root/gas/testsuite/gas/elf/ifunc-1.s
blob: fc3a2810fc09ef67f15e02325e698e9300baf9fd (plain)
1
2
3
4
5
6
7
8
9
.globl __GI_foo
	.set __GI_foo, foo
	.text
.globl foo
	.type	foo, %function
foo:
	.byte	0x0
	.size	foo, .-foo
	.type foo, %gnu_indirect_function
OpenPOWER on IntegriCloud