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

Updates #55999

Change-Id: I0e80f80d49696a00d979f85230d482e24d4c2d7c
Reviewed-on: https://go-review.googlesource.com/c/go/+/518626
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Joel Sing <joel@sing.id.au>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Aaron Bieber <deftly@gmail.com>
src/runtime/asm_riscv64.s
src/runtime/defs_openbsd_riscv64.go [new file with mode: 0644]
src/runtime/rt0_openbsd_riscv64.s [new file with mode: 0644]
src/runtime/signal_openbsd_riscv64.go [new file with mode: 0644]
src/runtime/signal_riscv64.go
src/runtime/stubs_riscv64.go
src/runtime/sys_openbsd_riscv64.s [new file with mode: 0644]
src/runtime/tls_riscv64.s