Descriptioncompiler: symbol names should have '.' replaced with '_'
Package and symbol names issued by the cgo tool and compiler
should be the same for the object files to link.
A minimal change to fix only:
https://code.google.com/p/gofrontend/issues/detail?id=36
and
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61880
Patch Set 1 #Patch Set 2 : diff -r b9151e911a54a78fca24d633eb30ac1a792ce986 https://code.google.com/p/gofrontend/ #Patch Set 3 : diff -r b9151e911a54a78fca24d633eb30ac1a792ce986 https://code.google.com/p/gofrontend/ #Patch Set 4 : diff -r b9151e911a54a78fca24d633eb30ac1a792ce986 https://code.google.com/p/gofrontend/ #MessagesTotal messages: 11
|