summaryrefslogtreecommitdiffstats
path: root/binutils-2.24/gold/testsuite/i386_mov_to_lea2.s
blob: 65f1bfd722570d0bc621614057e23ab829baf960 (plain)
1
2
3
4
5
6
7
8
9
10
	.text
	.type	foo, @function
foo:
	ret
	.size	foo, .-foo
	.globl	bar
	.type	bar, @function
bar:
	movl	foo@GOT(%ecx), %eax
	.size	bar, .-bar