summaryrefslogtreecommitdiff
path: root/arch/mipsn32/syscall_arch.h
AgeCommit message (Collapse)AuthorLines
2017-05-31remove long-obsolete clang workarounds from mips* syscall_arch.h filesRich Felker-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-18add mips n32 port (ILP32 ABI for mips64)Rich Felker-0/+165
based on patch submitted by Jaydeep Patil, with minor changes.