gcc/libgo/go/cmd/cgo
Ian Lance Taylor 58b4343309 re PR go/67976 (Cgo + Gccgo not working like Cgo + Golang?)
PR go/67976
Bring https://codereview.appspot.com/154360045 aka
https://go-review.googlesource.com/11658 onto GCC 5 branch.

cmd/cgo/out.go: fix go build -compiler gccgo with cgo exported function

Fixes issue 8945 by preventing to generate _cgohack_ code when build
with gccgo. The _cgohack_ was introduced in
https://codereview.appspot.com/3746041 .

From-SVN: r230688
2015-11-20 23:37:48 +00:00
..
ast.go
doc.go
gcc.go re PR go/68072 (malformed DWARF TagVariable entry) 2015-11-20 22:49:06 +00:00
godefs.go
main.go re PR go/65353 (unknown ptrSize for $GOARCH "arm64" on aarch64-linux-gnu) 2015-03-10 00:14:58 +00:00
out.go re PR go/67976 (Cgo + Gccgo not working like Cgo + Golang?) 2015-11-20 23:37:48 +00:00
util.go