aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2021-01-04 12:43:25 -0800
committerIan Lance Taylor <iant@golang.org>2021-01-05 13:48:59 -0800
commita9f76d03bbc791cb55e4e0658f23efd0103ea9b0 (patch)
tree29505078464b7c8342c58d2309490a5657805da8 /gcc/go
parentdb7ce388dcef50f11af9717570e1e49415733d43 (diff)
downloadgcc-a9f76d03bbc791cb55e4e0658f23efd0103ea9b0.zip
gcc-a9f76d03bbc791cb55e4e0658f23efd0103ea9b0.tar.gz
gcc-a9f76d03bbc791cb55e4e0658f23efd0103ea9b0.tar.bz2
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
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
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.