aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/call2.s
blob: 57cd88f972a11997d0543ebbc65add2a0f323036 (plain)
1
2
3
4
5
6
7
8
	.text
	.type	foo, @function
foo:
	ret
	.globl	_start
	.type	_start, @function
_start:
	call	*foo@GOT