This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e8ebfb4 [AArch64] Use new target pass registration framework for FMA [...] new 5bcc415 2016-10-17 Andrew Pinski apinski@cavium.com new c258c00 Fix formating. new 5fd1e54 runtime: copy rdebug code from Go 1.7 runtime
The 3 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/testsuite/ChangeLog | 15 ++++++- .../gcc.target/aarch64/aapcs64/test_align-7.c | 4 +- gcc/testsuite/gcc.target/aarch64/cinc_common_1.c | 8 ++-- gcc/testsuite/gcc.target/aarch64/combine_bfi_1.c | 4 +- gcc/testsuite/gcc.target/aarch64/fmul_fcvt_1.c | 12 +++--- gcc/testsuite/gcc.target/aarch64/mult-synth_4.c | 4 +- gcc/testsuite/gcc.target/aarch64/pr68102_1.c | 2 +- gcc/testsuite/gcc.target/aarch64/target_attr_3.c | 16 ++++---- libgo/Makefile.am | 2 +- libgo/Makefile.in | 5 +-- libgo/go/runtime/debug/garbage.go | 46 ++++++++++++---------- libgo/go/runtime/debug/garbage_test.go | 13 ++++++ libgo/go/runtime/debug/stack_test.go | 10 +++-- libgo/go/runtime/debug/stubs.go | 17 ++++++++ libgo/go/runtime/mprof.go | 6 +-- libgo/go/runtime/rdebug.go | 27 +++++++++++++ libgo/go/runtime/stubs.go | 16 ++++++++ libgo/go/runtime/traceback_gccgo.go | 6 +-- libgo/runtime/go-signal.c | 2 +- libgo/runtime/heapdump.c | 4 +- libgo/runtime/malloc.h | 5 ++- libgo/runtime/mgc0.c | 12 +++--- libgo/runtime/panic.c | 4 +- libgo/runtime/proc.c | 10 ++--- libgo/runtime/rdebug.goc | 26 ------------ libgo/runtime/runtime.c | 4 -- libgo/runtime/runtime.h | 6 +-- 28 files changed, 177 insertions(+), 111 deletions(-) create mode 100644 libgo/go/runtime/debug/stubs.go create mode 100644 libgo/go/runtime/rdebug.go delete mode 100644 libgo/runtime/rdebug.goc