crt1 must align stack pointer on mips
authorRich Felker <dalias@aerifal.cx>
Sat, 18 Aug 2012 01:23:10 +0000 (21:23 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 18 Aug 2012 01:23:10 +0000 (21:23 -0400)
commit259071c249643ecb5e6799422d45d053cb64d515
tree696e5509d2910704d6d278c86e6252833de8b734
parentefe9751468aae9eefd2f43781ae6d46170d97512
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].
crt/mips/crt1.s