musl/crt
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
..
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 crt1 must align stack pointer on mips 2012-08-17 21:23:10 -04:00
x86_64 remove some junk from x86_64 start files 2012-05-02 21:16:02 -04:00
crt1.c
crti.c
crtn.c
Scrt1.c PIE support for i386 2012-05-02 21:01:55 -04:00