runtime: replace runtime1.goc with Go and C code
commit5ed3bd2cd0fb519a0a22b99117b8a131fd6983d0
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Nov 2016 18:33:11 +0000 (16 18:33 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Nov 2016 18:33:11 +0000 (16 18:33 +0000)
tree9e5c736cd7c7630d6a53f936ec67bcef18a1db00
parentfa1f9c9ed97f703af5ac3ffd65f2c3379dea5afd
runtime: replace runtime1.goc with Go and C code

    A step toward eliminating goc2c.

    Drop the exported parfor code; it was needed for tests in the past, but
    no longer is. The Go 1.7 runtime no longer uses parfor.

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@242509 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/Makefile.am
libgo/Makefile.in
libgo/go/runtime/debug.go
libgo/go/runtime/error.go
libgo/go/runtime/export_test.go
libgo/go/runtime/extern.go
libgo/go/runtime/stubs.go
libgo/runtime/proc.c
libgo/runtime/runtime.h
libgo/runtime/runtime1.goc [deleted file]