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, 9 insertions, 0 deletions
diff --git a/arch/superh/crt_arch.h b/arch/superh/crt_arch.h
new file mode 100644
index 00000000..a69d1c9f
--- /dev/null
+++ b/arch/superh/crt_arch.h
@@ -0,0 +1,9 @@
+__asm__("\
+.global _start \n\
+_start: \n\
+ mov r15, r4 \n\
+ mov #-16, r0 \n\
+ and r0, r15 \n\
+ bsr __cstart \n\
+ nop \n\
+");