summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/pr28870.s
blob: 8e320470e2dec89b6fbd684c531de291823511fe (plain)
1
2
3
4
5
6
	.text
	.globl _start
_start:
	addl	foo@GOT(%ebx), %eax
	cmpl	$0, foo@GOT(%ebx)
foo = 2