]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: consolidate netbsd cgo code
authorJoel Sing <joel@sing.id.au>
Fri, 11 Aug 2023 12:46:32 +0000 (22:46 +1000)
committerJoel Sing <joel@sing.id.au>
Tue, 15 Aug 2023 03:55:51 +0000 (03:55 +0000)
commit0ab0d4e33ff6982880e6140ec560729412192080
tree81660881021ad58901fbfa0e5d69180d830c027f
parent23e4a4b6e5ef46f2ea3fa3a95efda46df1084cf7
runtime/cgo: consolidate netbsd cgo code

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

Change-Id: Ieb179fd76885b7af6d388d7f2aee0f9fac6f1264
Reviewed-on: https://go-review.googlesource.com/c/go/+/518621
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Joel Sing <joel@sing.id.au>
src/runtime/cgo/gcc_netbsd.c [moved from src/runtime/cgo/gcc_netbsd_386.c with 96% similarity]
src/runtime/cgo/gcc_netbsd_amd64.c [deleted file]
src/runtime/cgo/gcc_netbsd_arm.c [deleted file]
src/runtime/cgo/gcc_netbsd_arm64.c [deleted file]