summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/jmp1.s
blob: 8c806966a56f558d2df43806a1ca0038ccceaa24 (plain)
1
2
3
4
5
6
7
8
9
	.text
	.globl	foo
	.type	foo, @function
foo:
	ret
	.globl	_start
	.type	_start, @function
_start:
	jmp	*foo@GOT