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