gcc/libgo/go/hash/crc32
Ian Lance Taylor 237673d052 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
2016-08-13 00:19:56 +00:00
..
crc32_amd64.go
crc32_amd64p32.go
crc32_generic.go
crc32_s390x.go crypto/aes, hash/crc32: ignore s390x specific files for now 2016-08-13 00:19:56 +00:00
crc32_test.go
crc32.go
example_test.go