This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2be5943db3a Fix failing C++17 test new 664ac495f9f syscall: workaround for getsockname bug in AIX
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/syscall/{socket_bsd.go => socket_aix.go} | 18 ++++----- libgo/go/syscall/socket_bsd.go | 2 +- libgo/go/syscall/syscall_aix_ppc.go | 49 +++++++++++++++++++++++ libgo/go/syscall/syscall_aix_ppc64.go | 49 +++++++++++++++++++++++ 5 files changed, 107 insertions(+), 13 deletions(-) copy libgo/go/syscall/{socket_bsd.go => socket_aix.go} (79%) create mode 100644 libgo/go/syscall/syscall_aix_ppc.go create mode 100644 libgo/go/syscall/syscall_aix_ppc64.go