add 7-arg syscall support for mips
authorRich Felker <dalias@aerifal.cx>
Sun, 9 Sep 2012 18:53:06 +0000 (14:53 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 9 Sep 2012 18:53:06 +0000 (14:53 -0400)
commit9a3bbce447403d735282586786dc436ec1ffbad4
tree5dc2b8d273b394fd8554d15f79aab34dd2d2dd11
parent5e3c243d8df6b1504db9c1e6442d47ed38937e02
add 7-arg syscall support for mips

no syscalls actually use that many arguments; the issue is that some
syscalls with 64-bit arguments have them ordered badly so that
breaking them into aligned 32-bit half-arguments wastes slots with
padding, and a 7th slot is needed for the last argument.
src/internal/mips/syscall.s
src/internal/syscall.h