This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 4b4a21c9340 testsuite: Check int128 effective target for pr109932-{1,2} [...] new 4ac89ab3588 runtime: use a C function to call mmap
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: libgo/Makefile.am | 1 + libgo/Makefile.in | 22 +++++++++++++--------- libgo/go/runtime/mem_gccgo.go | 6 +++--- libgo/runtime/go-mmap.c | 21 +++++++++++++++++++++ libgo/runtime/runtime.h | 3 --- 5 files changed, 38 insertions(+), 15 deletions(-) create mode 100644 libgo/runtime/go-mmap.c