summaryrefslogtreecommitdiff
path: root/crt/superh
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2015-04-27 13:20:47 -0400
committerRich Felker <dalias@aerifal.cx>2015-04-27 13:20:47 -0400
commit82acacceaa1bdcb9fb5ec8cece8a73bbf7a561b9 (patch)
tree449121a81b6a31ce17eaa9d44c68c7608fe7ee6e /crt/superh
parent94f4c8237a58eba21ae24e19ea2d5b7321c0c1f6 (diff)
downloadmusl-82acacceaa1bdcb9fb5ec8cece8a73bbf7a561b9.tar.gz
fix name of sh crt asm directory
Diffstat (limited to 'crt/superh')
-rw-r--r--crt/superh/crti.s13
-rw-r--r--crt/superh/crtn.s9
2 files changed, 0 insertions, 22 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
diff --git a/crt/superh/crtn.s b/crt/superh/crtn.s
deleted file mode 100644
index dde633b0..00000000
--- a/crt/superh/crtn.s
+++ /dev/null
@@ -1,9 +0,0 @@
-.section .init
- lds.l @r15+, pr
- rts
- nop
-
-.section .fini
- lds.l @r15+, pr
- rts
- nop