summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/pr19609-1.s
blob: f0b8eac307f6a5ea5dec21461fc80f9bd639d56a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.text
	.weak bar
	.globl	_start
	.type	_start, @function
_start:
	cmp	bar@GOT(%edx), %eax
	cmp	bar@GOT(%edx), %ecx
	mov	bar@GOT(%edx), %eax
	mov	bar@GOT(%edx), %ecx
	test	bar@GOT(%edx), %eax
	test	bar@GOT(%edx), %ecx
	.size	_start, .-_start