]> Cypherpunks repositories - gostls13.git/commit
syscall: add syscall support for openbsd/riscv64 port
authorJoel Sing <joel@sing.id.au>
Sat, 17 Sep 2022 16:35:40 +0000 (02:35 +1000)
committerJoel Sing <joel@sing.id.au>
Wed, 4 Oct 2023 02:55:38 +0000 (02:55 +0000)
commit9018601ee73fbf45264f05b4346cd7f6adbb4053
tree376ad94330a32411863582ea93f17a61bc38bd7f
parent57c1dfd2ab36bbff8c54d1355479ce2fb5efb89d
syscall: add syscall support for openbsd/riscv64 port

Updates #55999

Change-Id: I5b8452207e951e543b9be42ebcb7d62c0c023f08
Reviewed-on: https://go-review.googlesource.com/c/go/+/518627
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Joel Sing <joel@sing.id.au>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Aaron Bieber <deftly@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/syscall/asm_openbsd_riscv64.s [new file with mode: 0644]
src/syscall/mkall.sh
src/syscall/syscall_openbsd_riscv64.go [new file with mode: 0644]
src/syscall/zerrors_openbsd_riscv64.go [new file with mode: 0644]
src/syscall/zsyscall_openbsd_riscv64.go [new file with mode: 0644]
src/syscall/zsyscall_openbsd_riscv64.s [new file with mode: 0644]
src/syscall/zsysnum_openbsd_riscv64.go [new file with mode: 0644]
src/syscall/ztypes_openbsd_riscv64.go [new file with mode: 0644]