[gofrontend-dev] Re: libgo patch committed: Update to Go 1.6rc1

Ian Lance Taylor iant@golang.org
Thu Feb 4 22:54:00 GMT 2016


On Thu, Feb 4, 2016 at 6:12 AM, Lynn A. Boger
<laboger@linux.vnet.ibm.com> wrote:
> Should the libgo version number be updated?

Thanks for the reminder.  Done like so.  Committed to mainline.

Ian
-------------- next part --------------
Index: gcc/go/gofrontend/MERGE
===================================================================
--- gcc/go/gofrontend/MERGE	(revision 233098)
+++ gcc/go/gofrontend/MERGE	(working copy)
@@ -1,4 +1,4 @@
-c70e74c116d08c6f2e787551eb1366983815c032
+91833164072078a3fde7e9b05641ec3ed4a2f5d0
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
Index: libgo/configure.ac
===================================================================
--- libgo/configure.ac	(revision 233110)
+++ libgo/configure.ac	(working copy)
@@ -11,7 +11,7 @@ AC_INIT(package-unused, version-unused,,
 AC_CONFIG_SRCDIR(Makefile.am)
 AC_CONFIG_HEADER(config.h)
 
-libtool_VERSION=8:0:0
+libtool_VERSION=9:0:0
 AC_SUBST(libtool_VERSION)
 
 AM_ENABLE_MULTILIB(, ..)


More information about the Gcc-patches mailing list