This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6488b4d 2016-10-12 Hristian Kirtchev kirtchev@adacore.com new 2c9a4e9 2016-10-12 Yannick Moy moy@adacore.com new 0509fa0 syscall, internal/syscall/unix: Fix getrandom, clone on sparc64
The 2 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/ada/ChangeLog | 10 + gcc/ada/sem_prag.adb | 309 ++++++++++++++++----- gcc/go/gofrontend/MERGE | 2 +- libgo/Makefile.am | 10 + libgo/Makefile.in | 43 +-- ...om_linux_sparc.go => getrandom_linux_sparcx.go} | 0 libgo/go/syscall/clone_linux.c | 100 +++++++ libgo/go/syscall/exec_linux.go | 19 +- libgo/mksysinfo.sh | 2 + 9 files changed, 401 insertions(+), 94 deletions(-) rename libgo/go/internal/syscall/unix/{getrandom_linux_sparc.go => getrandom_linux [...] create mode 100644 libgo/go/syscall/clone_linux.c