]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: take 2
authorRuss Cox <rsc@golang.org>
Wed, 8 Dec 2010 19:10:00 +0000 (14:10 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 8 Dec 2010 19:10:00 +0000 (14:10 -0500)
commitb07b04d35f5f8d5c6a0e774ae6c98bd747931ef3
tree0d7cc89f65f04363da873dcbbe75e966ccfdee59
parent14d677ecba6247591a05306454c6b187bcbcb47d
runtime/cgo: take 2

This is a second attempt at submitting
https://golang.org/cl/3420043

A Mercurial problem lost the new files
in that submit.

TBR=r
CC=golang-dev
https://golang.org/cl/3511043
src/pkg/runtime/cgo/386.S [new file with mode: 0755]
src/pkg/runtime/cgo/Makefile [new file with mode: 0644]
src/pkg/runtime/cgo/amd64.S [new file with mode: 0644]
src/pkg/runtime/cgo/cgo.go [new file with mode: 0644]
src/pkg/runtime/cgo/darwin_386.c [new file with mode: 0644]
src/pkg/runtime/cgo/darwin_amd64.c [new file with mode: 0644]
src/pkg/runtime/cgo/iscgo.c [new file with mode: 0644]
src/pkg/runtime/cgo/libcgo.h [new file with mode: 0644]
src/pkg/runtime/cgo/linux_386.c [new file with mode: 0644]
src/pkg/runtime/cgo/linux_amd64.c [new file with mode: 0644]
src/pkg/runtime/cgo/util.c [new file with mode: 0644]