diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-08-31 02:55:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-08-31 02:55:09 +0000 |
commit | d24c41ef1a44b72aaf03edc6eb40cae711b27f95 (patch) | |
tree | 6ba138e0e1e4170c9600c5c86181b0db443d9bca /gcc/go | |
parent | 460b985ea3d74a371db90b1e54fd3f02752cf658 (diff) | |
download | gcc-d24c41ef1a44b72aaf03edc6eb40cae711b27f95.zip gcc-d24c41ef1a44b72aaf03edc6eb40cae711b27f95.tar.gz gcc-d24c41ef1a44b72aaf03edc6eb40cae711b27f95.tar.bz2 |
runtime: always build panic32.go
Avoids problems with arm64 ILP32 mode. We might want to handle that
mode better in general, but always building panic32.go is simple and
fixes the build.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/192723
From-SVN: r275237
Diffstat (limited to 'gcc/go')
-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 e245973..c8605ec 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -11fd9208f8545e882f945d3ed86fcc33abf1a61b +2444eb1e8c697531f8beb403679e4ab00b16dbf5 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |