commit | 797d1bac0d5f22f8d2ce105ecb22d3b64b7ebd37 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed Oct 30 10:24:42 2013 -0400 |
committer | Russ Cox <rsc@golang.org> | Wed Oct 30 10:24:42 2013 -0400 |
tree | 89b4e80e6a5fcc6dc6eb94967d088f59d4bf01ab | |
parent | 75d5c4af7128e8fd6e2df71f631925715784de46 [diff] |
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