]> Cypherpunks repositories - gostls13.git/commit
runtime: add support for openbsd/arm64
authorJoel Sing <joel@sing.id.au>
Fri, 26 Apr 2019 17:02:25 +0000 (03:02 +1000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 26 Apr 2019 17:34:45 +0000 (17:34 +0000)
commit3d94dd78d464e4e802fdc9db345daea35f230ba2
tree9412cc93ac5c4408efcc3f6b6e83844494cac6e9
parent80704ec3fa79e6efb50124e8063b31a4c032a1ff
runtime: add support for openbsd/arm64

Updates #31656

Change-Id: I0b7486f7381fd8bd16a76278c0e9ec9763671fcc
Reviewed-on: https://go-review.googlesource.com/c/go/+/174119
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/defs_openbsd_arm64.go [new file with mode: 0644]
src/runtime/os_openbsd_arm64.go [new file with mode: 0644]
src/runtime/pprof/pprof_test.go
src/runtime/rt0_openbsd_arm64.s [new file with mode: 0644]
src/runtime/signal_arm64.go
src/runtime/signal_openbsd_arm64.go [new file with mode: 0644]
src/runtime/sys_openbsd_arm.s
src/runtime/sys_openbsd_arm64.s [new file with mode: 0644]
src/runtime/tls_arm64.h