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