musl/arch
Rich Felker 9f6dd78593 fix mips r6 syscall clobber lists not to include hi/lo registers
mips r6 (an incompatible isa from traditional mips) removes the hi and
lo registers used for mul/div results. older gcc versions accepted
them in the clobber list for asm, but their presence is incorrect and
breaks on later versions.

in the process of fixing this, the clobber list for 32-bit mips
syscalls has been deduplicated via a macro like on mips64 and n32.
2019-09-26 19:14:36 -04:00
..
aarch64 aarch64: add HWCAP2 flags from linux v5.2 2019-09-11 10:40:41 -04:00
arm add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00
generic move IPC_STAT definition to a new bits/ipcstat.h file 2019-08-02 00:08:23 -04:00
i386 add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00
m68k add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00
microblaze add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00
mips fix mips r6 syscall clobber lists not to include hi/lo registers 2019-09-26 19:14:36 -04:00
mips64 fix mips r6 syscall clobber lists not to include hi/lo registers 2019-09-26 19:14:36 -04:00
mipsn32 fix mips r6 syscall clobber lists not to include hi/lo registers 2019-09-26 19:14:36 -04:00
or1k add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00
powerpc add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00
powerpc64 add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00
riscv64 correct the operand specifiers in the riscv64 CAS routines 2019-09-25 13:11:48 -04:00
s390x add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00
sh add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00
x32 add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00
x86_64 add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00