]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.2] cmd/cgo: accept extra leading _ on __cgodebug_data for all...
authorAndrew Gerrand <adg@golang.org>
Fri, 1 Nov 2013 00:32:10 +0000 (11:32 +1100)
committerAndrew Gerrand <adg@golang.org>
Fri, 1 Nov 2013 00:32:10 +0000 (11:32 +1100)
commit8648d26c5f89d70cd7d9364a327768e3d91cca3f
treee3803e9954c62e6be45243ba00857555bbbbb3ac
parent63ff715a55c0e9833cd5aab5aa326fe0d764b7c2
[release-branch.go1.2] cmd/cgo: accept extra leading _ on __cgodebug_data for all object formats

««« CL 19780043 / 8b49cdda6ff4
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
»»»

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