From a9f76d03bbc791cb55e4e0658f23efd0103ea9b0 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 4 Jan 2021 12:43:25 -0800 Subject: internal/cpu: more build fixes for Go1.16beta1 release Some files were missing from the libgo copy of internal/cpu, because they used to only declare CacheLinePadSize which libgo gets from goarch.sh. Now they also declare doinit, so copy them over. Adjust cpu_other.go. Fix the amd64p32 build by adding a build constraint to cpu_no_name.go. Fixes PR go/98493 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/281472 --- 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 f4c9975..c80f1cc 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -2b5bdd22b7ec2fc13ae0f644c781f64c1a209500 +5b075d039a20f32b9c2711ca67a3e52fba74f957 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. -- cgit v1.1