From ffad1c54d2e4b698bab8d198a65c6183e74449a8 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 14 Jan 2018 04:59:01 +0000 Subject: go/types: implement SizesFor for gccgo Move the architecture-specific settings out of configure.ac into a new shell script goarch.sh. Use the new script to collect the values for all architectures to make them available in go/types. Also fix cmd/vet to pass the right compiler when it calls SizesFor. This fixes cmd/vet for systems that are not implemented in the gc toolchain, such as alpha and ia64. Reviewed-on: https://go-review.googlesource.com/87635 From-SVN: r256655 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/go') diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 35bebbb..7d87aa8 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -fe8481db9f5b37eb9a0c329673789eaaf1335598 +4aa531c1765bba52848c6d71b9f57b593063d3ba The first line of this file holds the git revision number of the last merge done from the gofrontend repository. -- cgit v1.1