This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a72e938d710 Daily bump. new 10c8507372f libgo: update to Go1.15rc2 release
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/go/gofrontend/MERGE | 2 +- libgo/MERGE | 2 +- libgo/VERSION | 2 +- libgo/go/cmd/cgo/out.go | 4 +- libgo/go/cmd/go/internal/load/pkg.go | 29 +++++++------ libgo/go/crypto/ed25519/ed25519.go | 6 +-- libgo/go/crypto/ed25519/ed25519_noasm.go | 15 ------- libgo/go/crypto/ed25519/ed25519_s390x.go | 53 ----------------------- libgo/go/crypto/ed25519/ed25519_test.go | 44 +++---------------- libgo/go/encoding/binary/varint.go | 5 ++- libgo/go/encoding/binary/varint_test.go | 18 +++++--- libgo/go/net/http/transport.go | 73 ++++++++++++++++++-------------- libgo/go/net/http/transport_test.go | 44 +++++++++++++++++++ libgo/go/runtime/lockrank_off.go | 4 ++ libgo/go/runtime/lockrank_on.go | 4 ++ libgo/go/runtime/mpagealloc.go | 43 ++++++++++++++----- libgo/go/runtime/mpagealloc_test.go | 57 +++++++++++++++++++++++++ libgo/go/runtime/mranges.go | 19 +++++++++ libgo/go/runtime/proc.go | 69 ++++++++++++++++++++++-------- libgo/go/sync/runtime2.go | 4 ++ libgo/go/sync/runtime2_lockrank.go | 4 ++ libgo/go/testing/testing.go | 6 +-- libgo/misc/cgo/test/test.go | 13 ++++++ libgo/misc/cgo/testshared/shared_test.go | 13 ++++++ 24 files changed, 336 insertions(+), 197 deletions(-) delete mode 100644 libgo/go/crypto/ed25519/ed25519_noasm.go delete mode 100644 libgo/go/crypto/ed25519/ed25519_s390x.go