1
0
mirror of https://github.com/golang/go synced 2024-10-04 05:21:22 -06:00
go/src/cmd/cgo
Ian Lance Taylor 5adfe93752 cgo: In _cgo_main.c define all provided symbols as functions.
This defines crosscall2 in a way that matches that real
definition, and also defines _cgo_allocate and _cgo_panic to
indicate that they are available to be called by code compiled
with gcc.

R=rsc
CC=golang-dev
https://golang.org/cl/4026041
2011-01-14 10:52:08 -08:00
..
ast.go cgo: disallow use of C.errno 2011-01-06 15:15:31 -05:00
doc.go cgo: bug fixes 2010-09-21 22:41:19 -04:00
gcc.go cgo: fix enum const conflict 2011-01-11 10:15:49 -05:00
main.go misc/cgo/life: fix, add to build 2010-12-17 09:51:55 -08:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
out.go cgo: In _cgo_main.c define all provided symbols as functions. 2011-01-14 10:52:08 -08:00
util.go cgo: new cgo 2010-12-08 13:56:51 -05:00