summaryrefslogtreecommitdiff
path: root/crt/mipsn32
AgeCommit message (Collapse)AuthorLines
2024-10-22mips: use preferred asm mnemomic jr for better assembler compatibilityAlex Rønne Petersen-2/+2
The LLVM assembler reportedly assembles the form using the j mnemonic incorrectly (see issue 107460). The jr form is canonical and avoids this problem, so use it instead.
2016-04-18add mips n32 port (ILP32 ABI for mips64)Rich Felker-0/+30
based on patch submitted by Jaydeep Patil, with minor changes.