This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 87cfc44d783 apply unary op to both sides of (vec_cond x cst1 cst2) new 4c768386833 runtime: implement cheaper context switch on Linux/AMD64
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/Makefile.am | 1 + libgo/Makefile.in | 47 ++++++++++++- libgo/aclocal.m4 | 20 ++++++ libgo/configure | 162 +++++++++++++++++++++++++++++++++++++++++++- libgo/configure.ac | 1 + libgo/runtime/go-context.S | 69 +++++++++++++++++++ libgo/runtime/proc.c | 36 +++++----- libgo/runtime/runtime.h | 17 +++++ libgo/testsuite/Makefile.in | 4 ++ 10 files changed, 334 insertions(+), 25 deletions(-) create mode 100644 libgo/runtime/go-context.S