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].
Showing
想要评论请 注册 或 登录