]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: accept extra leading _ on __cgodebug_data for all object formats
authorRuss Cox <rsc@golang.org>
Wed, 30 Oct 2013 14:24:42 +0000 (10:24 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 30 Oct 2013 14:24:42 +0000 (10:24 -0400)
commit797d1bac0d5f22f8d2ce105ecb22d3b64b7ebd37
tree89b4e80e6a5fcc6dc6eb94967d088f59d4bf01ab
parent75d5c4af7128e8fd6e2df71f631925715784de46
cmd/cgo: accept extra leading _ on __cgodebug_data for all object formats

The current Windows build breakage appears to be because
the Windows code should be looking for __cgodebug_data
not ___cgodebug_data. Dodge the question everywhere by
accepting both.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/19780043
src/cmd/cgo/gcc.go