]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming conflicts
authorChris Manghane <cmang@golang.org>
Wed, 15 Oct 2014 20:13:37 +0000 (13:13 -0700)
committerChris Manghane <cmang@golang.org>
Wed, 15 Oct 2014 20:13:37 +0000 (13:13 -0700)
commit343d113610d22dfcb79442c2ef2e9701b741e451
tree704d6bd7a4c62904c96cc42f80f1af1cc54c7f4a
parent9aefdc802890f49fd402592d9f6b447b9c5a82af
cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming conflicts

Fixes #8828.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/154410043
misc/cgo/test/issue8828.go [new file with mode: 0644]
misc/cgo/test/issue8828/issue8828.c [new file with mode: 0644]
misc/cgo/test/issue8828/trivial.go [new file with mode: 0644]
src/cmd/go/build.go