summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-aarch64/ifunc-16.s
blob: ded401adc762cb5d18e3048772e4cfdcf12b8b9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
	.text
	.globl	fct
	.type	fct, @gnu_indirect_function
	.set	fct,resolve
	.hidden int_fct
	.globl	int_fct
	.set	int_fct,fct
	.p2align 4,,15
	.type	resolve, @function
resolve:
	bl	ifunc
	.size	resolve, .-resolve
	.globl	g
	.type	g, @function
g:
	bl	int_fct
	.size	g, .-g