OSDN Git Service

Stefan Allius writes:
authorEric Andersen <andersen@codepoet.org>
Tue, 11 Nov 2003 20:49:46 +0000 (20:49 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 11 Nov 2003 20:49:46 +0000 (20:49 -0000)
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
libc/sysdeps/linux/sh/crtn.S

index 74d08f1..349613a 100644 (file)
@@ -1,6 +1,5 @@
-       .file   "initfini.c"
+       .file   "crti.S"
        .text
-       .little
        
        .section .init
        .hidden  _init
index eb893c5..437f8eb 100644 (file)
@@ -1,6 +1,5 @@
-       .file   "initfini.c"
+       .file   "crtn.S"
        .text
-       .little
        
        .section .init
        .hidden  _init