]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: improve gccgo support
authorIan Lance Taylor <iant@golang.org>
Thu, 1 Nov 2012 18:21:30 +0000 (11:21 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 1 Nov 2012 18:21:30 +0000 (11:21 -0700)
commit3b04d23cbfdb1c6a868d4ca4f264a8136376bf13
treedf0afb15d96300be4737b083ff465389dbe3f2fa
parentf284a3ff4d525da4fb1dff6580588cabdbeab423
cmd/cgo: improve gccgo support

Use wrapper functions to tell scheduler what we are doing.

With this patch, and a separate patch to the go tool, all the
cgo tests pass with gccgo.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6812058
src/cmd/cgo/gcc.go
src/cmd/cgo/out.go