summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-sh/vxworks2.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-sh/vxworks2.s')
-rw-r--r--ld/testsuite/ld-sh/vxworks2.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-sh/vxworks2.s b/ld/testsuite/ld-sh/vxworks2.s
new file mode 100644
index 0000000000000..f680a58a3add7
--- /dev/null
+++ b/ld/testsuite/ld-sh/vxworks2.s
@@ -0,0 +1,6 @@
+ .globl __start
+ .type __start, %function
+__start:
+ rts
+ nop
+ .end __start