]> Cypherpunks repositories - gostls13.git/commit
syscall: support Linux syscalls without error return on mipsx/mips64x
authorTobias Klauser <tklauser@distanz.ch>
Wed, 13 Jun 2018 13:40:50 +0000 (15:40 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 13 Jun 2018 14:55:01 +0000 (14:55 +0000)
commita2f72cc80d3c8cbda793959c3186c76e004532af
tree253dff9488aa23152869d42fd6bc786bcb3da026
parent72ce047a6ceae5490bb5e7d7cfb635463cdc6ea2
syscall: support Linux syscalls without error return on mipsx/mips64x

Like on other architectures, use rawSyscallNoError for Linux syscalls
that don't return an error and convert all applicable occurences of
RawSyscall to use it instead.

This was missed in CL 84485 because mkall.sh doesn't support
mipsx/mips64x, so add the corresponding entries as well.

Updates #22924

Change-Id: I762cbee0827140b9890c4a10830e0b4cd33de92f
Reviewed-on: https://go-review.googlesource.com/118655
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/syscall/mkall.sh
src/syscall/zsyscall_linux_mips.go
src/syscall/zsyscall_linux_mips64.go
src/syscall/zsyscall_linux_mips64le.go
src/syscall/zsyscall_linux_mipsle.go