re PR go/79146 (Bootstrapping go on s390x fails; redefined symbols)
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 20 Jan 2017 20:39:10 +0000 (20:39 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 20 Jan 2017 20:39:10 +0000 (20:39 +0000)
PR go/79146
    math/big: fix build on s390x

    Don't build arith_decl_s390x.go for gccgo; it is only for assembly
    code that has not yet been ported to gccgo.

    For GCC PR 79146.

From-SVN: r244731

gcc/go/gofrontend/MERGE
libgo/go/math/big/arith_decl_s390x.go

index 1849dc37c291c82e82757739ed23289b08f7908f..df9be07d95e93aea7e6740c179e3ee9e293abcd6 100644 (file)
@@ -1,4 +1,4 @@
-a21ebb50459ba9608d0325ad1c1d62e6c9290186
+907f6e31975443993c47fa45e09cf85d0709b7e6
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index 0f11481f6d2edcb9fa4e09fa6da9b4a6723b24dc..3936d3faad469c4f3e73e11c430cb89e7bf1b10c 100644 (file)
@@ -2,6 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+// +build ignore
 // +build !math_big_pure_go
 
 package big