summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-sh/start.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-sh/start.s')
-rw-r--r--ld/testsuite/ld-sh/start.s27
1 files changed, 0 insertions, 27 deletions
diff --git a/ld/testsuite/ld-sh/start.s b/ld/testsuite/ld-sh/start.s
deleted file mode 100644
index 2af4c799f33..00000000000
--- a/ld/testsuite/ld-sh/start.s
+++ /dev/null
@@ -1,27 +0,0 @@
- .section .text
- .global start
-start:
-
- mov.l stack_k,r15
-
- ! call the mainline
-L1:
- mov.l main_k,r0
- .uses L1
- jsr @r0
- nop
-
- .align 2
-stack_k:
- .long _stack
-main_k:
- .long _main
-
- .global _trap
-_trap:
- trapa #3
- rts
- nop
-
- .section .stack
-_stack: .long 0xdeaddead