https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98493
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Ian Lance Taylor <i...@gcc.gnu.org>: https://gcc.gnu.org/g:a9f76d03bbc791cb55e4e0658f23efd0103ea9b0 commit r11-6488-ga9f76d03bbc791cb55e4e0658f23efd0103ea9b0 Author: Ian Lance Taylor <i...@golang.org> Date: Mon Jan 4 12:43:25 2021 -0800 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