]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: gccgo support for cgoCheckPointer
authorIan Lance Taylor <iant@golang.org>
Fri, 4 Dec 2015 20:56:04 +0000 (12:56 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 17 Dec 2015 03:01:38 +0000 (03:01 +0000)
commitfcbf04f9b93b4cd8addd05c2ed784118eb50a46c
tree0c337017e9eafd02d20f92e279fe06e7ee47d193
parent2ae895c0ce36ffb607442ff053bd19cb5fcd6fd6
cmd/cgo: gccgo support for cgoCheckPointer

This uses weak declarations so that it will work with current versions
of gccgo that do not support pointer checking.

Change-Id: Ia34507e3231ac60517cb6834f0b673764715a256
Reviewed-on: https://go-review.googlesource.com/17429
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/cgo/out.go