summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-ifunc/ifunc-20.s
blob: 9d4545582879bed4146f77a84c5f90d0cfaf44ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
	.section .data.rel,"aw",@progbits
	.globl ifunc_ptrt
	.type	ifunc_ptr, @object
ifunc_ptr:
	.dc.a ifunc
	.text
	.type ifunc, @gnu_indirect_function
	.globl ifunc
ifunc:
	ret
	.size	ifunc, .-ifunc
	.type bar, @function
	.globl bar
bar:
	call	ifunc@PLT
	.size	bar, .-bar