This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0d1ebcde6bd 2017-06-21 Michael Meissner meissner@linux.vnet.ibm.com new 6b49e67f59a libgo, syscall: fix ptrace implementation on MIPS new 5f3fb9c59f5 libgo, syscall: fix ptrace implementation on MIPS new 10d93d7a97a internal/syscall/unix: implement randomTrap on mips64p32*
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/config.h.in | 3 +++ libgo/configure | 2 +- libgo/configure.ac | 2 +- ...inux_mipsn32.go => getrandom_linux_mips64p32x.go} | 2 +- libgo/go/syscall/syscall_linux_mips64x.go | 20 -------------------- libgo/go/syscall/syscall_linux_mipsx.go | 20 +++++++++++++++++--- libgo/mksysinfo.sh | 4 ++++ libgo/sysinfo.c | 3 +++ 9 files changed, 31 insertions(+), 27 deletions(-) rename libgo/go/internal/syscall/unix/{getrandom_linux_mipsn32.go => getrandom_lin [...] delete mode 100644 libgo/go/syscall/syscall_linux_mips64x.go