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