aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2019-08-31 02:55:09 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2019-08-31 02:55:09 +0000
commitd24c41ef1a44b72aaf03edc6eb40cae711b27f95 (patch)
tree6ba138e0e1e4170c9600c5c86181b0db443d9bca /libgo/go
parent460b985ea3d74a371db90b1e54fd3f02752cf658 (diff)
downloadgcc-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 'libgo/go')
-rw-r--r--libgo/go/runtime/panic32.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/libgo/go/runtime/panic32.go b/libgo/go/runtime/panic32.go
index f68d4c7..c8861c9 100644
--- a/libgo/go/runtime/panic32.go
+++ b/libgo/go/runtime/panic32.go
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build 386 amd64p32 arm mips mipsle m68k nios2 sh shbe
-
package runtime
import _ "unsafe" // for go:linkname