crypto/aes, hash/crc32: ignore s390x specific files for now
authorIan Lance Taylor <ian@gcc.gnu.org>
Sat, 13 Aug 2016 00:19:56 +0000 (00:19 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Sat, 13 Aug 2016 00:19:56 +0000 (00:19 +0000)
commit237673d0520f0265983e6e42a6b0c1f5e63dd3bc
tree6b6c383f3346257711f2694f38db3d2b7d0d0a06
parent114bf5f92d6af1301085f5086db4a7e1931bfd71
crypto/aes, hash/crc32: ignore s390x specific files for now

    These files are used to select s390x assembler support in the gc
    toolchain.  We don't currently have that support, as it is written in
    the cmd/asm syntax rather than gas syntax.  Mark the files to be ignored
    for now, falling back to the default implementations.

    Patch by Andreas Krebbel.

    Reviewed-on: https://go-review.googlesource.com/26994

From-SVN: r239442
gcc/go/gofrontend/MERGE
libgo/go/crypto/aes/cbc_s390x.go
libgo/go/crypto/aes/ctr_s390x.go
libgo/go/hash/crc32/crc32_s390x.go