musl/crt/mips
Rich Felker 259071c249 crt1 must align stack pointer on mips
it's naturally aligned when entered with the kernel argv array, but if
ld.so has been invoked explicitly to run a program, the stack will not
be aligned due to having thrown away argv[0].
2012-08-17 21:23:10 -04:00
..
crt1.s crt1 must align stack pointer on mips 2012-08-17 21:23:10 -04:00
crti.s align mips _init/_fini functions 2012-08-05 14:12:10 -04:00
crtn.s initial version of mips (o32) port, based on work by Richard Pennington (rdp) 2012-07-11 04:22:13 -04:00