]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: update code and docs to reflect post-6c world
authorMatthew Dempsky <mdempsky@google.com>
Tue, 6 Jan 2015 23:08:02 +0000 (15:08 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 7 Jan 2015 15:14:07 +0000 (15:14 +0000)
commit31775c5a958e00411954724408d1a069df4b9061
tree8896a091374de9ad89fa55e5fc05c304ac2da685
parent3ef39472a83049f103c659a51e16574a89cc1fb1
cmd/cgo: update code and docs to reflect post-6c world

The gc toolchain no longer includes a C compiler, so mentions of "6c"
can be removed or replaced by 6g as appropriate.  Similarly, some cgo
functions that previously generated C source output no longer need to.

Change-Id: I1ae6b02630cff9eaadeae6f3176c0c7824e8fbe5
Reviewed-on: https://go-review.googlesource.com/2391
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/cgo/doc.go
src/cmd/cgo/main.go
src/cmd/cgo/out.go