Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-21 | fix incorrect SIGSTKFLT on all mips archs | Rich Felker | 1 | -1/+1 | |
signal 7 is SIGEMT on Linux mips* ABI according to the man pages and kernel. it's not clear where the wrong name came from but it dates back to original mips commit. | |||||
2016-04-18 | add mips n32 port (ILP32 ABI for mips64) | Rich Felker | 1 | -0/+143 | |
based on patch submitted by Jaydeep Patil, with minor changes. |