runtime: replace runtime1.goc with Go and C code
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 16 Nov 2016 18:33:11 +0000 (18:33 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 16 Nov 2016 18:33:11 +0000 (18:33 +0000)
commit350767bf22688f7645fe959370240825a3cf0421
tree9e5c736cd7c7630d6a53f936ec67bcef18a1db00
parent660e6c2c127fdec06bfa428b08ab4123e37281a5
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

From-SVN: r242509
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]