]> gcc.gnu.org Git - gcc.git/commitdiff
runtime: build panic32.go on amd64p32
authorIan Lance Taylor <iant@golang.org>
Fri, 21 Jan 2022 02:27:27 +0000 (18:27 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 21 Jan 2022 03:06:50 +0000 (19:06 -0800)
Fixes https://gcc.gnu.org/PR104149

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/380054

gcc/go/gofrontend/MERGE
libgo/go/runtime/panic32.go

index 9cc6a1c63c697a0ab1547cd768771147b66ca63a..a42d88d25c447beaa8b5da4c7e7ed28751ddddba 100644 (file)
@@ -1,4 +1,4 @@
-799e9807c36fc661b14dfff136369556f09a5ebf
+7d510bf5fcec9b0ccc0282f4193a80c0a164df63
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index a2bf7e8fa2a1ac13e1bfb139626988e88d2b961f..11d2a8450d9b4255a8bc9835468af92f81f8b9f2 100644 (file)
@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-//go:build 386 || arm || mips || mipsle || armbe || m68k || nios2 || ppc || riscv || s390 || sh || shbe || sparc
-// +build 386 arm mips mipsle armbe m68k nios2 ppc riscv s390 sh shbe sparc
+//go:build 386 || amd64p32 || arm || mips || mipsle || armbe || m68k || nios2 || ppc || riscv || s390 || sh || shbe || sparc
+// +build 386 amd64p32 arm mips mipsle armbe m68k nios2 ppc riscv s390 sh shbe sparc
 
 package runtime
 
This page took 0.068534 seconds and 5 git commands to generate.