musl/crt
Rich Felker 6315004f61 initial version of mips (o32) port, based on work by Richard Pennington (rdp)
basically, this version of the code was obtained by starting with
rdp's work from his ellcc source tree, adapting it to musl's build
system and coding style, auditing the bits headers for discrepencies
with kernel definitions or glibc/LSB ABI or large file issues, fixing
up incompatibility with the old binutils from aboriginal linux, and
adding some new special cases to deal with the oddities of sigaction
and pipe syscall interfaces on mips.

at present, minimal test programs work, but some interfaces are broken
or missing. threaded programs probably will not link.
2012-07-11 04:22:13 -04:00
..
arm fix arm crti/crtn code 2012-06-25 16:06:09 -04:00
i386 consistency cleanup: removed redundant size suffixed from i386 asm 2012-05-02 21:03:25 -04:00
mips initial version of mips (o32) port, based on work by Richard Pennington (rdp) 2012-07-11 04:22:13 -04:00
x86_64 remove some junk from x86_64 start files 2012-05-02 21:16:02 -04:00
Scrt1.c PIE support for i386 2012-05-02 21:01:55 -04:00
crt1.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
crti.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
crtn.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00