summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-x86-64/gotplt1.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/ld/testsuite/ld-x86-64/gotplt1.s')
-rw-r--r--binutils-2.25/ld/testsuite/ld-x86-64/gotplt1.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils-2.25/ld/testsuite/ld-x86-64/gotplt1.s b/binutils-2.25/ld/testsuite/ld-x86-64/gotplt1.s
new file mode 100644
index 00000000..06758434
--- /dev/null
+++ b/binutils-2.25/ld/testsuite/ld-x86-64/gotplt1.s
@@ -0,0 +1,5 @@
+ .globl _start
+ .type _start, @function
+_start:
+ movabsq $foo@GOTPLT, %rax
+ .size _start, .-_start