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