summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/crtn.S
Commit message (Collapse)AuthorAgeFilesLines
* ctor/dtor nptl: Fix init and fini function compilationKhem Raj2011-06-131-15/+0
| | | | | | | | | | | | We need to define the rules for .S files so it gets the include paths some architectures like mips include headers Some architectures e.g. SH have their own version of pt-initfini.c so look for that first before resorting to generic version of pt-initfini.c Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mips64 patch from Atsushi Nemoto:Eric Andersen2006-11-041-0/+100
| | | | miscellaneous asm routines
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-051-0/+45