K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-01-10T03:46:58.919966Z K 7 svn:log V 388 MFC r356327-r356328: mips: csu: fix compilation w/ LLVM r356327: mips: csu: fix compilation w/ LLVM GCC issues the warning, but with LLVM it is fatal- no matching .cprestore with .cpload. Reserve some place on the stack and and add the proper .cprestore to pair it with. nop added in the !o32 branch to fill out delay slot instruction, just in case. r356328: mips !o32: fix csu build END