From 82acacceaa1bdcb9fb5ec8cece8a73bbf7a561b9 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 27 Apr 2015 13:20:47 -0400 Subject: fix name of sh crt asm directory --- crt/superh/crti.s | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 crt/superh/crti.s (limited to 'crt/superh/crti.s') 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 -- cgit v1.2.1