This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3832c6f7e67 Fortran: intrinsic MERGE shall use all its arguments [PR107874] new b6c6a3d64f2 syscall, runtime: always call XSI strerror_r
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/Makefile.am | 1 + libgo/Makefile.in | 6 +++++- libgo/go/syscall/errstr.go | 22 +++++++++------------- libgo/go/syscall/errstr_glibc.go | 34 ---------------------------------- libgo/runtime/go-strerror.c | 37 +++++++++++++++++++++++++++++++++++++ 6 files changed, 53 insertions(+), 49 deletions(-) delete mode 100644 libgo/go/syscall/errstr_glibc.go create mode 100644 libgo/runtime/go-strerror.c