]> Cypherpunks repositories - gostls13.git/commit
runtime: add support for openbsd/ppc64
authorJoel Sing <joel@sing.id.au>
Sat, 11 Mar 2023 15:09:06 +0000 (02:09 +1100)
committerJoel Sing <joel@sing.id.au>
Tue, 22 Aug 2023 02:48:11 +0000 (02:48 +0000)
commitc140105e1ce389764444a56d3824edf9d53c8188
tree487b243cc9ab4a3f4d2d5691acd8db0181915c32
parentb291538d33c2b79f592d4fef5e50eb12e95b1251
runtime: add support for openbsd/ppc64

Add runtime support for the openbsd/ppc64 port.

Updates #56001

Change-Id: I3cf010b34f96ce269858b02f16481fdad2cd5b77
Reviewed-on: https://go-review.googlesource.com/c/go/+/475618
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Paul Murphy <murp@ibm.com>
Run-TryBot: Joel Sing <joel@sing.id.au>
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Eric Grosse <grosse@gmail.com>
src/runtime/asm_ppc64x.s
src/runtime/crash_unix_test.go
src/runtime/defs_openbsd_ppc64.go [new file with mode: 0644]
src/runtime/rt0_openbsd_ppc64.s [new file with mode: 0644]
src/runtime/signal_openbsd_ppc64.go [new file with mode: 0644]
src/runtime/signal_ppc64x.go
src/runtime/stubs_ppc64x.go
src/runtime/sys_openbsd_ppc64.s [new file with mode: 0644]
src/runtime/tls_ppc64x.s