gcc/libgo/go/crypto
Ian Lance Taylor 00b2a30fd4 libgo: update to final Go 1.8 release
Along with the update this fixes a problem that was always present but
    only showed up with the new reflect test.  When a program used a
    **unsafe.Pointer and stored the value in an interface type, the
    generated type descriptor pointed to the GC data for *unsafe.Pointer.
    It did that by name, but we were not generating a variable with the
    right name.
    
    Reviewed-on: https://go-review.googlesource.com/37144

From-SVN: r245535
2017-02-17 15:43:39 +00:00
..
aes
cipher
des
dsa
ecdsa libgo: update to go1.8rc2 2017-01-23 22:18:42 +00:00
elliptic
hmac
internal/cipherhw
md5
rand
rc4
rsa
sha1
sha256 re PR go/79443 (libgo/math test fails on s390x (undefined symbols cosh, sinh, tanh, hasVX)) 2017-02-13 17:37:02 +00:00
sha512
subtle
tls libgo: update to go1.8rc2 2017-01-23 22:18:42 +00:00
x509 libgo: update to final Go 1.8 release 2017-02-17 15:43:39 +00:00
crypto.go