summaryrefslogtreecommitdiff
path: root/crt/superh/crti.s
diff options
context:
space:
mode:
Diffstat (limited to 'crt/superh/crti.s')
-rw-r--r--crt/superh/crti.s13
1 files changed, 0 insertions, 13 deletions
diff --git a/crt/superh/crti.s b/crt/superh/crti.s
deleted file mode 100644
index 0410ab63..00000000
--- a/crt/superh/crti.s
+++ /dev/null
@@ -1,13 +0,0 @@
-.section .init
-.global _init
-.type _init, @function
-_init:
- sts.l pr, @-r15
- nop
-
-.section .fini
-.global _fini
-.type _fini, @function
-_fini:
- sts.l pr, @-r15
- nop