This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5b5957c Daily bump. new a9689f2 runtime: copy runtime.go and runtime1.go from Go 1.7
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/cputicks.go | 9 + libgo/go/runtime/env_posix.go | 20 + libgo/go/runtime/export_test.go | 47 +- libgo/go/runtime/os_linux.go | 56 +++ libgo/go/runtime/runtime.go | 69 +++ libgo/go/runtime/runtime1.go | 509 +++++++++++++++++++++ libgo/go/runtime/runtime2.go | 6 +- libgo/go/runtime/stubs.go | 123 ++++- libgo/go/runtime/stubs2.go | 29 ++ .../go/{net/http/race.go => runtime/vdso_none.go} | 7 +- libgo/runtime/env_posix.c | 4 +- libgo/runtime/go-caller.c | 12 +- libgo/runtime/runtime.c | 352 +++----------- libgo/runtime/runtime.h | 65 ++- libgo/runtime/runtime1.goc | 10 - 16 files changed, 920 insertions(+), 400 deletions(-) create mode 100644 libgo/go/runtime/cputicks.go create mode 100644 libgo/go/runtime/env_posix.go create mode 100644 libgo/go/runtime/os_linux.go create mode 100644 libgo/go/runtime/runtime.go create mode 100644 libgo/go/runtime/runtime1.go create mode 100644 libgo/go/runtime/stubs2.go copy libgo/go/{net/http/race.go => runtime/vdso_none.go} (69%)