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