diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-01-22 00:06:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-01-22 00:06:44 +0000 |
commit | 3d338229dc6fa2092a17c0e175ddfb3514c085f4 (patch) | |
tree | 96dcda6cedb3e21eac2ce461a7b129b86f83feef /gcc | |
parent | ea31c98daba7d3459dc5500049876fe0a71a89d3 (diff) | |
download | gcc-3d338229dc6fa2092a17c0e175ddfb3514c085f4.zip gcc-3d338229dc6fa2092a17c0e175ddfb3514c085f4.tar.gz gcc-3d338229dc6fa2092a17c0e175ddfb3514c085f4.tar.bz2 |
re PR go/88927 (Bootstrap failure on arm in libgo starting with r268084)
PR go/88927
runtime, internal/cpu: fix build for ARM GNU/Linux
Was failing with
../../../libgo/go/internal/cpu/cpu.go:138:2: error: reference to undefined name 'doinit'
138 | doinit()
| ^
Fix it by adding in Go 1.12 internal/cpu/cpu_arm.go, and the code in
runtime that initializes the values.
Fixes https://gcc.gnu.org/PR88927.
Reviewed-on: https://go-review.googlesource.com/c/158717
From-SVN: r268131
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 8f42329..90a03ee 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -0c870ba6b3b43e0e56231f40c56b58dad0e36d9e +fb44f62e7c01ebc987dad78875f593da18100007 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |