Fix "maint print" error messages
[binutils-gdb.git] / gold / testsuite / x86_64_mov_to_lea1.s
blob298ede12f80336cbbcfb8990b821d0e1fd79b70e
1 .text
2 .globl foo
3 .type foo, @function
4 foo:
5 ret
6 .size foo, .-foo
7 .globl _start
8 .type _start, @function
9 _start:
10 movq foo@GOTPCREL(%rip), %rax
11 movq foo@GOTPCREL(%rip), %r26
12 .size _start, .-_start