]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: consolidate openbsd cgo code
authorJoel Sing <joel@sing.id.au>
Fri, 11 Aug 2023 13:02:32 +0000 (23:02 +1000)
committerJoel Sing <joel@sing.id.au>
Tue, 15 Aug 2023 03:56:03 +0000 (03:56 +0000)
commitf2781229a91129fff9c34e48f957b588d30b13b3
treee1564632d9408f5a03c2f820d0abea5618291dcb
parent0ab0d4e33ff6982880e6140ec560729412192080
runtime/cgo: consolidate openbsd cgo code

All openbsd architectures now use the same code, deduplicate accordingly.

Change-Id: I65f1d9bd78c97dbdf552ec95ebba7ec4d04c8d2d
Reviewed-on: https://go-review.googlesource.com/c/go/+/518622
Run-TryBot: Joel Sing <joel@sing.id.au>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/runtime/cgo/gcc_openbsd.c [moved from src/runtime/cgo/gcc_openbsd_386.c with 94% similarity]
src/runtime/cgo/gcc_openbsd_amd64.c [deleted file]
src/runtime/cgo/gcc_openbsd_arm.c [deleted file]
src/runtime/cgo/gcc_openbsd_arm64.c [deleted file]
src/runtime/cgo/gcc_openbsd_mips64.c [deleted file]