summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-aarch64/ifunc-14c.s
blob: 785328054ad7b5de3f4aaa4ad88e772827d37ae0 (plain)
1
2
3
4
5
6
7
	.text
	.globl xxx
	.type	xxx, @function
xxx:
	bl	foo
	.size	xxx, .-xxx
	.hidden	foo