aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-aarch64/ifunc-20.s
blob: 17393cbf9a8f2966662ccb34ec83c69f6f734e87 (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:
	bl	ifunc
	.size	bar, .-bar