]> Cypherpunks repositories - gostls13.git/commit
syscall: add support for openbsd/mips64
authorJoel Sing <joel@sing.id.au>
Tue, 25 Aug 2020 08:18:59 +0000 (18:18 +1000)
committerJoel Sing <joel@sing.id.au>
Thu, 29 Oct 2020 08:08:26 +0000 (08:08 +0000)
commitd9725f549f48ae6e4eaf70311f6827173453935b
treeac175faf408b79871fe2107623fdd1de53c9e9ee
parent55f8d56c31c7c940202c892e0e35d26930c6a8b0
syscall: add support for openbsd/mips64

Update #40995

Change-Id: I7afa520ab5ddd6d1b8c7960f400b7b3a1b67d976
Reviewed-on: https://go-review.googlesource.com/c/go/+/250581
Trust: Joel Sing <joel@sing.id.au>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
src/syscall/asm_openbsd_mips64.s [new file with mode: 0644]
src/syscall/mkall.sh
src/syscall/mksysnum_openbsd.pl
src/syscall/syscall_openbsd_mips64.go [new file with mode: 0644]
src/syscall/zerrors_openbsd_mips64.go [new file with mode: 0644]
src/syscall/zsyscall_openbsd_mips64.go [new file with mode: 0644]
src/syscall/zsysnum_openbsd_mips64.go [new file with mode: 0644]
src/syscall/ztypes_openbsd_mips64.go [new file with mode: 0644]