summaryrefslogtreecommitdiff
path: root/crt/superh/crtn.s
diff options
context:
space:
mode:
Diffstat (limited to 'crt/superh/crtn.s')
-rw-r--r--crt/superh/crtn.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/crt/superh/crtn.s b/crt/superh/crtn.s
new file mode 100644
index 00000000..dde633b0
--- /dev/null
+++ b/crt/superh/crtn.s
@@ -0,0 +1,9 @@
+.section .init
+ lds.l @r15+, pr
+ rts
+ nop
+
+.section .fini
+ lds.l @r15+, pr
+ rts
+ nop