This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ce1d939 2017-01-09 Andrew Pinski apinski@cavium.com new a09e421 runtime: copy more of scheduler from Go 1.7 runtime
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/go/runtime/debug.go | 20 +- libgo/go/runtime/export_test.go | 62 +- libgo/go/runtime/lock_futex.go | 21 +- libgo/go/runtime/lock_sema.go | 13 +- libgo/go/runtime/proc.go | 1744 ++++++++++++++++++++++++++++++++++++++- libgo/go/runtime/proc_test.go | 10 +- libgo/go/runtime/runtime2.go | 36 +- libgo/go/runtime/stubs.go | 88 +- libgo/go/runtime/trace.go | 75 +- libgo/runtime/heapdump.c | 8 +- libgo/runtime/malloc.goc | 3 +- libgo/runtime/malloc.h | 21 +- libgo/runtime/mgc0.c | 24 +- libgo/runtime/proc.c | 1400 ++----------------------------- libgo/runtime/runtime.h | 12 +- 16 files changed, 1997 insertions(+), 1542 deletions(-)