]> Cypherpunks repositories - gostls13.git/commit
cmd/dist,runtime: support cgo on openbsd/mips64
authorJoel Sing <joel@sing.id.au>
Mon, 7 Dec 2020 17:30:22 +0000 (04:30 +1100)
committerJoel Sing <joel@sing.id.au>
Wed, 28 Apr 2021 12:51:42 +0000 (12:51 +0000)
commitf68878f0fc542708bbe1dc4f131d32b21fac0d3c
tree3fcc65a1239e9a755c144420d7f1b27a3988885a
parent92d1afe9890056808ed074e28f0c26380c7e4141
cmd/dist,runtime: support cgo on openbsd/mips64

Add support for cgo on openbsd/mips64.

Fixes #43005

Change-Id: I2386204f53fa984a01a9d89f0b6c96455768f326
Reviewed-on: https://go-review.googlesource.com/c/go/+/275896
Trust: Joel Sing <joel@sing.id.au>
Run-TryBot: Joel Sing <joel@sing.id.au>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/dist/build.go
src/cmd/link/internal/mips64/asm.go
src/cmd/nm/nm_cgo_test.go
src/runtime/cgo/gcc_openbsd_mips64.c [new file with mode: 0644]