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