]> Cypherpunks repositories - gostls13.git/commit
start of FFI support, and a demo.
authorRuss Cox <rsc@golang.org>
Tue, 25 Aug 2009 00:30:00 +0000 (17:30 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 25 Aug 2009 00:30:00 +0000 (17:30 -0700)
commitfdc4b4a47ffdd7bf9f1cba0f29c0efa44584f17d
treed050621c48935fe92a55747351ede747cb1c210f
parent165a99038fb0bf02941aae847deca0b1da0bab29
start of FFI support, and a demo.

R=r
DELTA=494  (492 added, 0 deleted, 2 changed)
OCL=33784
CL=33810
src/libcgo/Makefile [new file with mode: 0644]
src/libcgo/cgocall.c [new file with mode: 0644]
src/pkg/runtime/Makefile
src/pkg/runtime/cgocall.c [new file with mode: 0644]
src/pkg/runtime/cgocall.h [new file with mode: 0644]
src/pkg/runtime/linux/amd64/rt0.s
usr/rsc/fib/6c.c [new file with mode: 0644]
usr/rsc/fib/Makefile [new file with mode: 0644]
usr/rsc/fib/gcc.c [new file with mode: 0644]
usr/rsc/fib/go.go [new file with mode: 0644]
usr/rsc/fib/main.go [new file with mode: 0644]