This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0e0673713d6 internal/syscall/unix: add constants for hurd new 75b689468ac syscall: 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 +- .../syscall/{errstr_linux.go => errstr_glibc.go} | 4 +- libgo/go/syscall/exec_unix.go | 4 +- libgo/go/syscall/libcall_glibc.go | 135 +++++++++++++++++++++ libgo/go/syscall/libcall_hurd.go | 18 +++ .../{libcall_linux_386.go => libcall_hurd_386.go} | 6 +- libgo/go/syscall/libcall_linux.go | 122 ------------------- libgo/go/syscall/libcall_posix.go | 8 -- libgo/go/syscall/libcall_posix_nonhurd.go | 17 +++ .../syscall/{syscall_linux.go => syscall_glibc.go} | 2 + 10 files changed, 180 insertions(+), 138 deletions(-) rename libgo/go/syscall/{errstr_linux.go => errstr_glibc.go} (90%) create mode 100644 libgo/go/syscall/libcall_glibc.go create mode 100644 libgo/go/syscall/libcall_hurd.go copy libgo/go/syscall/{libcall_linux_386.go => libcall_hurd_386.go} (73%) create mode 100644 libgo/go/syscall/libcall_posix_nonhurd.go rename libgo/go/syscall/{syscall_linux.go => syscall_glibc.go} (97%)