]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgo: update to Go1.12rc1
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Feb 2019 01:00:39 +0000 (01:00 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Feb 2019 01:00:39 +0000 (01:00 +0000)
commit31a91a29ae1d909eb636477fce30d3cce10753cf
treed86fa5d601b8bc3629b3820df4d5e7042853453f
parent5bcbb1ba1267c104fcb04b3c249ba73af2a1ab92
libgo: update to Go1.12rc1

    Reviewed-on: https://go-review.googlesource.com/c/162881

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@269202 138bc75d-0d04-0410-961f-82ee72b054a4
68 files changed:
gcc/go/gofrontend/MERGE
libgo/MERGE
libgo/VERSION
libgo/go/cmd/cgo/gcc.go
libgo/go/cmd/cgo/godefs.go
libgo/go/cmd/cgo/out.go
libgo/go/cmd/go/alldocs.go
libgo/go/cmd/go/go_test.go
libgo/go/cmd/go/internal/clean/clean.go
libgo/go/cmd/go/internal/generate/generate.go
libgo/go/cmd/go/internal/help/helpdoc.go
libgo/go/cmd/go/internal/modcmd/tidy.go
libgo/go/cmd/go/internal/modget/get.go
libgo/go/cmd/go/internal/modload/build.go
libgo/go/cmd/internal/objabi/funcid.go
libgo/go/crypto/aes/block.go
libgo/go/crypto/elliptic/elliptic.go
libgo/go/crypto/subtle/constant_time.go
libgo/go/crypto/tls/common.go
libgo/go/crypto/tls/conn_test.go
libgo/go/crypto/tls/handshake_client_test.go
libgo/go/crypto/tls/handshake_server.go
libgo/go/crypto/tls/handshake_server_test.go
libgo/go/crypto/tls/handshake_server_tls13.go
libgo/go/crypto/tls/key_agreement.go
libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-PSS-Disabled [new file with mode: 0644]
libgo/go/crypto/tls/testdata/Client-TLSv13-ClientCert-RSA-PSS-Disabled [new file with mode: 0644]
libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndGiven-PSS-Disabled [new file with mode: 0644]
libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndGiven-PSS-Disabled-Required [new file with mode: 0644]
libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-PSS-Disabled [new file with mode: 0644]
libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-PSS-Disabled-Required [new file with mode: 0644]
libgo/go/crypto/tls/testdata/Server-TLSv13-ClientAuthRequestedAndGiven-PSS-Disabled [new file with mode: 0644]
libgo/go/crypto/tls/testdata/Server-TLSv13-RSA-PSS-Disabled [new file with mode: 0644]
libgo/go/crypto/tls/tls_test.go
libgo/go/crypto/x509/cert_pool.go
libgo/go/crypto/x509/verify_test.go
libgo/go/crypto/x509/x509.go
libgo/go/database/sql/sql.go
libgo/go/encoding/json/encode.go
libgo/go/flag/flag.go
libgo/go/math/big/ratconv.go
libgo/go/net/http/client.go
libgo/go/net/http/fs_test.go
libgo/go/net/http/h2_bundle.go
libgo/go/net/http/http.go
libgo/go/net/http/request.go
libgo/go/net/http/requestwrite_test.go
libgo/go/net/lookup_test.go
libgo/go/net/net_test.go
libgo/go/net/url/url.go
libgo/go/net/url/url_test.go
libgo/go/os/file_unix.go
libgo/go/os/path.go
libgo/go/os/removeall_at.go
libgo/go/os/removeall_noat.go
libgo/go/os/removeall_test.go
libgo/go/path/filepath/path_test.go
libgo/go/runtime/malloc.go
libgo/go/runtime/mheap.go
libgo/go/runtime/testdata/testprog/memprof.go
libgo/go/sort/sort.go
libgo/go/sync/atomic/doc.go
libgo/go/testing/sub_test.go
libgo/go/testing/testing.go
libgo/misc/cgo/test/cgo_test.go
libgo/misc/cgo/test/issue29748.go [new file with mode: 0644]
libgo/misc/cgo/test/issue29781.go [new file with mode: 0644]
libgo/misc/cgo/test/issue30065.go [new file with mode: 0644]