summaryrefslogtreecommitdiff
path: root/arch/superh/crt_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/superh/crt_arch.h')
-rw-r--r--arch/superh/crt_arch.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/superh/crt_arch.h b/arch/superh/crt_arch.h
deleted file mode 100644
index a69d1c9f..00000000
--- a/arch/superh/crt_arch.h
+++ /dev/null
@@ -1,9 +0,0 @@
-__asm__("\
-.global _start \n\
-_start: \n\
- mov r15, r4 \n\
- mov #-16, r0 \n\
- and r0, r15 \n\
- bsr __cstart \n\
- nop \n\
-");