X86-64: Test external function reference without PLT
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / mov1.s
CommitLineData
3f65f599 1 .text
a6af384b
L
2 .weak __start_my_section
3 .weak __stop_my_section
3f65f599
L
4 .globl _start
5 .type _start, @function
6_start:
7 movq _DYNAMIC@GOTPCREL(%rip), %rax
a6af384b
L
8 movq __start_my_section@GOTPCREL(%rip), %rax
9 movq __stop_my_section@GOTPCREL(%rip), %rax
3f65f599 10 .size _start, .-_start
This page took 0.179183 seconds and 4 git commands to generate.