]> gcc.gnu.org Git - gcc.git/commitdiff
libgo: bump major version
authorIan Lance Taylor <iant@golang.org>
Mon, 12 Dec 2022 20:46:40 +0000 (12:46 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 12 Dec 2022 22:18:14 +0000 (14:18 -0800)
PR go/108057

The current version is the same as for the previous GCC release,
but there have been minor changes like new type descriptors that
make it impossible to run Go programs built with the previous GCC
release with the current libgo.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/456976

gcc/go/gofrontend/MERGE
libgo/configure
libgo/configure.ac

index a26f779557d334c1923fd1a69e476bc8cdc634df..d8c4e02d6e6a72531984a6a9c7a59371bf6f83bf 100644 (file)
@@ -1,4 +1,4 @@
-1c5bfd57131b68b91d8400bb017f35d416f7aa7b
+9906861dc86c1733bb304d3d45b1534adb32712c
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index 61a49947eb947488a94ac3bd1a5399aefcdb858a..460fdad70a8d6cd01e88a9b85c637c90ab05ba02 100755 (executable)
@@ -2608,7 +2608,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 ac_config_headers="$ac_config_headers config.h"
 
 
-libtool_VERSION=21:0:0
+libtool_VERSION=22:0:0
 
 
 # Default to --enable-multilib
index 274fcfc35c77b767e0fdf303d46343bb0c8e5af4..09554a37a237835b529486993d36f57df78b045e 100644 (file)
@@ -10,7 +10,7 @@ AC_INIT(package-unused, version-unused,, libgo)
 AC_CONFIG_SRCDIR(Makefile.am)
 AC_CONFIG_HEADER(config.h)
 
-libtool_VERSION=21:0:0
+libtool_VERSION=22:0:0
 AC_SUBST(libtool_VERSION)
 
 AM_ENABLE_MULTILIB(, ..)
This page took 0.077077 seconds and 5 git commands to generate.