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
This commit is contained in:
Ian Lance Taylor 2016-08-13 00:19:56 +00:00
parent 114bf5f92d
commit 237673d052
4 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cf91720c650f2cdbd8153a5a5f048793cfab3966
d51890dc96a2a33484623728bdc8ac258645e9cc
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.

View File

@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build ignore
package aes
import (

View File

@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build ignore
package aes
import (

View File

@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build ignore
package crc32
import (