]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: add more architectures to size maps
authorIan Lance Taylor <iant@golang.org>
Wed, 7 Oct 2020 23:37:05 +0000 (16:37 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 8 Oct 2020 00:28:09 +0000 (00:28 +0000)
commit5d1378143bc07791296abb420df35537ad80492f
treeed7db0599dfcd7b935567397a814c9bd23137246
parent5012e806b5e50a463609643d5ab04f509e55c3be
cmd/cgo: add more architectures to size maps

This brings over the architectures that the gofrontend knows about.
This permits using the main cgo tool for those architectures,
as cgo can be used with -godefs without gc support.
This will help add golang.org/x/sys/unix support for other architectures.

For #37443

Change-Id: I63632b9c5139e71b9ccab8edcc7acdb464229b74
Reviewed-on: https://go-review.googlesource.com/c/go/+/260657
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/cgo/main.go