summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-11 20:49:46 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-11 20:49:46 +0000
commitf61fc3f310c64402abab282c0faba12cfd9498ea (patch)
treef4dd58c930859916122154741e5573b89aeed833 /libc
parentf296a35b88b6af13224301a0d0f85239854a012a (diff)
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.
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/sh/crti.S3
-rw-r--r--libc/sysdeps/linux/sh/crtn.S3
2 files changed, 2 insertions, 4 deletions
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