aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/load5.s
blob: 1ecd50c1ebcb5632aa94e76e4c7c10d4bea73576 (plain)
1
2
3
4
5
6
7
8
	.text
	.type	foo, @function
foo:
	ret
	.globl	_start
	.type	_start, @function
_start:
	movl	foo@GOT, %eax