diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-01-20 02:27:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-01-20 02:27:46 +0000 |
commit | 198766b6488cf0b50b3cff97099fb1c0482a9f3a (patch) | |
tree | 010c3ae5e90f6fca1e9491b7110533539956c464 /libgo | |
parent | 38a9e5a6c07d84274bc5d345b947d1c13351d590 (diff) | |
download | gcc-198766b6488cf0b50b3cff97099fb1c0482a9f3a.zip gcc-198766b6488cf0b50b3cff97099fb1c0482a9f3a.tar.gz gcc-198766b6488cf0b50b3cff97099fb1c0482a9f3a.tar.bz2 |
re PR go/79146 (Bootstrapping go on s390x fails; redefined symbols)
PR go/79146
crypto/elliptic: explicitly ignore p256_s390x.go
The file only works if used in conjunction with assembly code not
(yet) written for gccgo.
Fixes GCC PR 79146.
Reviewed-on: https://go-review.googlesource.com/35477
From-SVN: r244679
Diffstat (limited to 'libgo')
-rw-r--r-- | libgo/go/crypto/elliptic/p256_s390x.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/crypto/elliptic/p256_s390x.go b/libgo/go/crypto/elliptic/p256_s390x.go index a824454..5f99e71 100644 --- a/libgo/go/crypto/elliptic/p256_s390x.go +++ b/libgo/go/crypto/elliptic/p256_s390x.go @@ -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 s390x package elliptic |