This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1350465 * doc/invoke.texi (RS6000 options): LRA is enabled by [...] new 243acd4 runtime: remove __go_alloc and __go_free
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/mprof.go | 4 +- libgo/go/runtime/proc.go | 205 ++++++++++++++++++++++- libgo/go/runtime/runtime2.go | 8 +- libgo/go/runtime/stubs.go | 59 +++++-- libgo/go/runtime/traceback_gccgo.go | 55 ++++++ libgo/runtime/go-libmain.c | 1 - libgo/runtime/go-main.c | 1 - libgo/runtime/go-new.c | 1 - libgo/runtime/go-reflect-call.c | 1 - libgo/runtime/go-unwind.c | 1 - libgo/runtime/heapdump.c | 4 +- libgo/runtime/malloc.goc | 105 ------------ libgo/runtime/mgc0.c | 7 +- libgo/runtime/parfor.c | 3 +- libgo/runtime/proc.c | 322 +++--------------------------------- libgo/runtime/runtime.h | 13 +- libgo/runtime/runtime_c.c | 3 +- 18 files changed, 352 insertions(+), 443 deletions(-)