From d7643439eba4ded2253cc4c0c5b2531ee82bd4ea Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 19 Aug 2002 10:07:41 +0000 Subject: Work from Stefan Allius which allows superH to use the common method for building crti.o and crtn.o --- libc/sysdeps/linux/sh/crtn.S | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 libc/sysdeps/linux/sh/crtn.S (limited to 'libc/sysdeps/linux/sh/crtn.S') diff --git a/libc/sysdeps/linux/sh/crtn.S b/libc/sysdeps/linux/sh/crtn.S deleted file mode 100644 index 3a8761c1d..000000000 --- a/libc/sysdeps/linux/sh/crtn.S +++ /dev/null @@ -1,17 +0,0 @@ - .file "crtn.S" - - .section .init - mov r14,r15 - lds.l @r15+,pr - rts - mov.l @r15+,r14 -.Lfe1: - .size _init,.Lfe1-_init - - .section .fini - mov r14,r15 - lds.l @r15+,pr - rts - mov.l @r15+,r14 -.Lfe2: - .size _fini,.Lfe2-_fini -- cgit v1.2.3