gcc/libgo/go/crypto/aes
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
..
aes_gcm.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
aes_test.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
block.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
cbc_s390x.go crypto/aes, hash/crc32: ignore s390x specific files for now 2016-08-13 00:19:56 +00:00
cipher.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
cipher_amd64.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
cipher_generic.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
cipher_s390x.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
const.go libgo: Update to Go 1.0.2 release. 2012-06-25 16:20:03 +00:00
ctr_s390x.go crypto/aes, hash/crc32: ignore s390x specific files for now 2016-08-13 00:19:56 +00:00
modes.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
modes_test.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00