Update year range in copyright notice of all files owned by the GDB project.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / lea1.s
CommitLineData
80d87326
L
1 .text
2 .globl foo
3 .type foo, @function
4foo:
5 ret
6 .size foo, .-foo
7 .globl _start
8 .type _start, @function
9_start:
10 movq foo@GOTPCREL(%rip), %rax
11 .size _start, .-_start
This page took 0.113499 seconds and 4 git commands to generate.