Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-31 | remove long-obsolete clang workarounds from mips* syscall_arch.h files | Rich Felker | 1 | -41/+0 | |
at one point, clang reportedly failed to support the asm register constraints needed for inline syscalls. versions of clang that old have much bigger problems that preclude using them to compile musl libc. | |||||
2016-04-18 | add mips n32 port (ILP32 ABI for mips64) | Rich Felker | 1 | -0/+165 | |
based on patch submitted by Jaydeep Patil, with minor changes. |