summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-i386/pr12718.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/ld/testsuite/ld-i386/pr12718.s')
-rw-r--r--binutils-2.25/ld/testsuite/ld-i386/pr12718.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils-2.25/ld/testsuite/ld-i386/pr12718.s b/binutils-2.25/ld/testsuite/ld-i386/pr12718.s
new file mode 100644
index 00000000..162704ea
--- /dev/null
+++ b/binutils-2.25/ld/testsuite/ld-i386/pr12718.s
@@ -0,0 +1,4 @@
+.globl foo
+foo: ret
+.globl _start
+_start: call foo