aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/plt.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-x86-64/plt.s')
-rw-r--r--ld/testsuite/ld-x86-64/plt.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/plt.s b/ld/testsuite/ld-x86-64/plt.s
new file mode 100644
index 0000000..3fd01af
--- /dev/null
+++ b/ld/testsuite/ld-x86-64/plt.s
@@ -0,0 +1,6 @@
+ .text
+ .globl _start
+ .type _start,@function
+_start:
+ call fn1
+ call fn2