aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/x86_64_mov_to_lea1.s
blob: 298ede12f80336cbbcfb8990b821d0e1fd79b70e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.text
	.globl	foo
	.type	foo, @function
foo:
	ret
	.size	foo, .-foo
	.globl	_start
	.type	_start, @function
_start:
	movq	foo@GOTPCREL(%rip), %rax
	movq	foo@GOTPCREL(%rip), %r26
	.size	_start, .-_start