]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.1] cmd/cgo: gccgo fixes
authorAndrew Gerrand <adg@golang.org>
Sun, 28 Jul 2013 23:57:49 +0000 (09:57 +1000)
committerRuss Cox <rsc@golang.org>
Sun, 28 Jul 2013 23:57:49 +0000 (09:57 +1000)
commit3e917131a188e1a59b690f4a18c1d97555d54959
tree5f7df5caf3b043cef6b4fdc1ba1e71fdeb1798a5
parent89020aa72cbdff82ab35af759246c85c26462dfe
[release-branch.go1.1] cmd/cgo: gccgo fixes

««« CL 11406047 / 4d9c3095de9d
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

»»»

Update #5928

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