runtime: remove __go_alloc and __go_free
commit243acd49980309a543857c88732b44e5413bd23b
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Jan 2017 22:58:48 +0000 (3 22:58 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Jan 2017 22:58:48 +0000 (3 22:58 +0000)
tree3478fe1adc6005eb49dda8f1c31857b5324fb886
parent13504651c6c0b4cb5777ddcf072f6f7744aa105d
runtime: remove __go_alloc and __go_free

    Move allocg and handling of allgs slice from C to Go.

    Reviewed-on: https://go-review.googlesource.com/34797

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244036 138bc75d-0d04-0410-961f-82ee72b054a4
18 files changed:
gcc/go/gofrontend/MERGE
libgo/go/runtime/mprof.go
libgo/go/runtime/proc.go
libgo/go/runtime/runtime2.go
libgo/go/runtime/stubs.go
libgo/go/runtime/traceback_gccgo.go
libgo/runtime/go-libmain.c
libgo/runtime/go-main.c
libgo/runtime/go-new.c
libgo/runtime/go-reflect-call.c
libgo/runtime/go-unwind.c
libgo/runtime/heapdump.c
libgo/runtime/malloc.goc
libgo/runtime/mgc0.c
libgo/runtime/parfor.c
libgo/runtime/proc.c
libgo/runtime/runtime.h
libgo/runtime/runtime_c.c