]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: fix so that tests pass again when using gccgo
authorIan Lance Taylor <iant@golang.org>
Wed, 25 Sep 2013 01:11:13 +0000 (18:11 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 25 Sep 2013 01:11:13 +0000 (18:11 -0700)
commit935a826a2fd73fd8878d76f052027d100aa46f10
tree30348ce9817302194766e171707ebd6ab811bd2e
parente2e9d1d6841d4ee937568eeb73a9b43e73e88ad3
cmd/cgo: fix so that tests pass again when using gccgo

Use the symbol prefixes with the prologue functions when using
gccgo.

Use an & when referring to a function declared as a variable.

Fix the malloc prologue function.

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