This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d816b0c144d PR fortran/96381 - invalid read in gfc_find_derived_vtab new abca6705969 internal/cpu, golang.org/x/sys/cpu: support other GOARCH values new 0b9ef8be40b runtime: move startupRandomData back to runtime2.go new 5a4e0d121ab internal/cpu: add aarch64 support functions
The 3 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/golang.org/x/sys/cpu/cpu_other.go | 23 +++++++++++ .../cpu/{cpu_other_arm.go => cpu_other_arch.go} | 13 ++++++- libgo/go/golang.org/x/sys/cpu/cpu_riscv.go | 2 + .../cpu_riscv.go => internal/cpu/cpu_amd64p32.go} | 4 +- libgo/go/internal/cpu/cpu_gccgo.c | 26 +++++++++++++ libgo/go/internal/cpu/cpu_other.go | 21 +++++++++++ libgo/go/internal/cpu/cpu_ppc64x_aix.go | 2 +- libgo/go/internal/cpu/cpu_ppc64x_linux.go | 2 +- libgo/go/internal/cpu/cpu_ppcx.go | 44 ---------------------- libgo/go/internal/cpu/cpu_x86.go | 4 +- libgo/go/runtime/os_linux.go | 4 -- libgo/go/runtime/runtime2.go | 4 ++ 13 files changed, 95 insertions(+), 56 deletions(-) create mode 100644 libgo/go/golang.org/x/sys/cpu/cpu_other.go copy libgo/go/golang.org/x/sys/cpu/{cpu_other_arm.go => cpu_other_arch.go} (50%) copy libgo/go/{golang.org/x/sys/cpu/cpu_riscv.go => internal/cpu/cpu_amd64p32.go} (86%) create mode 100644 libgo/go/internal/cpu/cpu_other.go delete mode 100644 libgo/go/internal/cpu/cpu_ppcx.go