]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: gccgo fixes
authorIan Lance Taylor <iant@golang.org>
Thu, 25 Jul 2013 13:53:57 +0000 (09:53 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 25 Jul 2013 13:53:57 +0000 (09:53 -0400)
commitd9d3debee5fef63e2cec74937c452001c9e1bbcc
treed7d7a8c3a629b1fd4944ea49fff5df36c64665d8
parentd7c99cdf9fa5548db179758ac9dd267f5f1c9e88
cmd/cgo: gccgo fixes

Don't require a full-scale callback for calls to the special
prologue functions.

Always use a simple wrapper function for C functions, so that
we can handle static functions defined in the import "C"
comment.

Disable a test that relies on gc-specific function names.

Fixes #5905.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/11406047
misc/cgo/test/callback.go
src/cmd/cgo/out.go