aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pltgot-1.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-x86-64/pltgot-1.s')
-rw-r--r--ld/testsuite/ld-x86-64/pltgot-1.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/pltgot-1.s b/ld/testsuite/ld-x86-64/pltgot-1.s
new file mode 100644
index 0000000..2197c75
--- /dev/null
+++ b/ld/testsuite/ld-x86-64/pltgot-1.s
@@ -0,0 +1,6 @@
+ .text
+ .globl plt
+ .type plt, @function
+plt:
+ call *puts@GOTPCREL(%rip)
+ jmp puts@PLT