This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2ab6420 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_aggregate_ba [...] new d0a50ed runtime: copy mprof code 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 +- gcc/go/gofrontend/expressions.cc | 15 +- libgo/Makefile.am | 2 - libgo/Makefile.in | 31 +- libgo/go/runtime/debug.go | 151 -------- libgo/go/runtime/mprof.go | 689 ++++++++++++++++++++++++++++++++++++ libgo/go/runtime/runtime2.go | 17 +- libgo/go/runtime/stubs.go | 26 +- libgo/go/runtime/traceback_gccgo.go | 164 +++++++++ libgo/runtime/go-traceback.c | 37 -- libgo/runtime/malloc.h | 34 +- libgo/runtime/mgc0.c | 1 - libgo/runtime/mprof.goc | 564 ----------------------------- libgo/runtime/proc.c | 92 ++--- libgo/runtime/runtime.c | 12 - libgo/runtime/runtime.h | 18 +- 16 files changed, 965 insertions(+), 890 deletions(-) create mode 100644 libgo/go/runtime/mprof.go create mode 100644 libgo/go/runtime/traceback_gccgo.go delete mode 100644 libgo/runtime/go-traceback.c delete mode 100644 libgo/runtime/mprof.goc