From f61fc3f310c64402abab282c0faba12cfd9498ea Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 11 Nov 2003 20:49:46 +0000 Subject: Stefan Allius writes: Hello Erik, to compile the new uClibc release for a SH3 we need some little modifications: First I fix the crt[in].S files, so we can use them for big endian and little endian targets. --- libc/sysdeps/linux/sh/crti.S | 3 +-- libc/sysdeps/linux/sh/crtn.S | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/sh/crti.S b/libc/sysdeps/linux/sh/crti.S index 74d08f14c..349613ab1 100644 --- a/libc/sysdeps/linux/sh/crti.S +++ b/libc/sysdeps/linux/sh/crti.S @@ -1,6 +1,5 @@ - .file "initfini.c" + .file "crti.S" .text - .little .section .init .hidden _init diff --git a/libc/sysdeps/linux/sh/crtn.S b/libc/sysdeps/linux/sh/crtn.S index eb893c53c..437f8ebc3 100644 --- a/libc/sysdeps/linux/sh/crtn.S +++ b/libc/sysdeps/linux/sh/crtn.S @@ -1,6 +1,5 @@ - .file "initfini.c" + .file "crtn.S" .text - .little .section .init .hidden _init -- cgit v1.2.3