1
0
mirror of https://github.com/golang/go synced 2024-11-12 05:50:21 -07:00

doc: add note about cgo pointer passing rules to go1.6.txt

Change-Id: I988d1b230ce516bf2997ec0932a854323b2bab7c
Reviewed-on: https://go-review.googlesource.com/17395
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Ian Lance Taylor 2015-12-03 13:20:49 -08:00
parent 7648387705
commit 65b31e14f5

View File

@ -7,6 +7,7 @@ cmd/go: add -msan option (https://golang.org/cl/16169)
cmd/compile: add -msan option (https://golang.org/cl/16160)
cmd/link: add -msan option (https://golang.org/cl/16161)
cmd/cgo: fix C.complexfloat and C.complexdouble and treat as separate types from complex64 and complex128 (https://golang.org/cl/17208)
cmd/cgo: new pointer passing rules defined and enforced (https://golang.org/issue/12416)
Ports: