This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 75b689468ac syscall: add Hurd support new 7276377d8ef os, net, crypto/x509: add hurd support
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/go/crypto/x509/{root_aix.go => root_hurd.go} | 5 +++-- .../poll/{sendfile_linux.go => sendfile_glibc.go} | 2 ++ libgo/go/net/{cgo_solaris.go => cgo_hurd.go} | 5 +++-- libgo/go/net/{sendfile_linux.go => sendfile_glibc.go} | 2 ++ libgo/go/net/{sockopt_aix.go => sockopt_hurd.go} | 15 ++++++++++----- libgo/go/os/executable_procfs.go | 2 +- libgo/go/os/{pipe_linux.go => pipe_glibc.go} | 2 ++ 8 files changed, 24 insertions(+), 11 deletions(-) copy libgo/go/crypto/x509/{root_aix.go => root_hurd.go} (54%) rename libgo/go/internal/poll/{sendfile_linux.go => sendfile_glibc.go} (98%) copy libgo/go/net/{cgo_solaris.go => cgo_hurd.go} (70%) rename libgo/go/net/{sendfile_linux.go => sendfile_glibc.go} (98%) copy libgo/go/net/{sockopt_aix.go => sockopt_hurd.go} (68%) rename libgo/go/os/{pipe_linux.go => pipe_glibc.go} (97%)