]> Cypherpunks repositories - gostls13.git/commit
Library support for cgo export.
authorIan Lance Taylor <iant@golang.org>
Fri, 9 Apr 2010 20:30:35 +0000 (13:30 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 9 Apr 2010 20:30:35 +0000 (13:30 -0700)
commit2e20386fc7a0bc4bf5f3950ae6b5be897f005086
tree3dd1ea4c4a013ec85c7bf60a1a2f3fce09800cfe
parent2d0ff3f1a638b1a90bc89619f23dd932ce5dd2b1
Library support for cgo export.

These functions are used to call from a C function back to a
Go function.  This only includes 386 support.

R=rsc
CC=golang-dev
https://golang.org/cl/834045
src/libcgo/386.S
src/pkg/runtime/386/asm.s
src/pkg/runtime/cgocall.c
src/pkg/runtime/cgocall.h
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.h