Go patch committed: Add parameter names to export information

Ian Lance Taylor iant@google.com
Fri Feb 17 23:21:00 GMT 2012


I got a request to add function parameter names to the Go export
information, so that tools that do context-sensitive help, such as some
IDEs, have more information to present to the user.  This patch
implements that request.  This is an incompatible change to the export
format--all existing packages will have to be rebuilt.  That is not so
bad since 4.7 is incompatible with 4.6 anyhow.  Bootstrapped and ran Go
testsuite on x86_64-unknown-linux-gnu.  Committed to mainline.

Ian


2012-02-17  Ian Lance Taylor  <iant@google.com>

	* Make-lang.in (go/import.o): Add dependency on $(GO_LEX_H).


-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: text/x-diff
Size: 14489 bytes
Desc: patch
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20120217/cd66730b/attachment.bin>


More information about the Gcc-patches mailing list