]> Cypherpunks repositories - gostls13.git/commit
syscall: add support for openbsd/ppc64
authorJoel Sing <joel@sing.id.au>
Sat, 11 Mar 2023 15:15:43 +0000 (02:15 +1100)
committerJoel Sing <joel@sing.id.au>
Tue, 22 Aug 2023 03:24:15 +0000 (03:24 +0000)
commite7e99a8e022a5fe185341090a9fbb0383f3fe6b1
treecca34911519cf0c9da82930e70185e6236451d34
parentc140105e1ce389764444a56d3824edf9d53c8188
syscall: add support for openbsd/ppc64

Add syscall support for the openbsd/ppc64 port.

Updates #56001

Change-Id: I695c5c296e90645515de0c8f89f1bc57e976679d
Reviewed-on: https://go-review.googlesource.com/c/go/+/475636
Reviewed-by: Eric Grosse <grosse@gmail.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Joel Sing <joel@sing.id.au>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/syscall/asm_openbsd_ppc64.s [new file with mode: 0644]
src/syscall/mkall.sh
src/syscall/mkasm.go
src/syscall/syscall_openbsd_ppc64.go [new file with mode: 0644]
src/syscall/zerrors_openbsd_ppc64.go [new file with mode: 0644]
src/syscall/zsyscall_openbsd_ppc64.go [new file with mode: 0644]
src/syscall/zsyscall_openbsd_ppc64.s [new file with mode: 0644]
src/syscall/zsysctl_openbsd.go
src/syscall/zsysnum_openbsd_ppc64.go [new file with mode: 0644]
src/syscall/ztypes_openbsd_ppc64.go [new file with mode: 0644]