summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh/crtn.S
Commit message (Collapse)AuthorAgeFilesLines
* Stefan Allius writes:Eric Andersen2003-11-111-2/+1
| | | | | | | | | | 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.
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-051-0/+37
|
* Work from Stefan Allius which allows superH to use the commonEric Andersen2002-08-191-17/+0
| | | | method for building crti.o and crtn.o
* I reworked syscalls.h to match how I'm doing other arches. Stefan Allius andEric Andersen2002-08-081-0/+17
Edie C. Dost has some concerns about the perl script used to general crti.o and crtn.o and added their own versions. These versions will win since they are built last,