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