summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/load3.s
blob: d9b7083c0623c096951d1690da165d892d5cb0e4 (plain)
1
2
3
4
5
6
7
8
9
	.data
	.globl	foo
	.type	foo, @object
foo:
	.text
	.globl	_start
	.type	_start, @function
_start:
	addl	foo@GOT, %ebx