]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgo: bump libgo version for GCC 15 release
authorIan Lance Taylor <iant@golang.org>
Tue, 4 Mar 2025 03:39:30 +0000 (19:39 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 4 Mar 2025 19:43:22 +0000 (11:43 -0800)
For PR go/119098

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

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

index 7c93a2e9123355be68703eb69d1ad894664094b6..b6fdf72dcec4e245da7a0399860682984a27012b 100644 (file)
@@ -1,4 +1,4 @@
-96014b17d9a846d1d878ac4732c2baaf5ee8b2d2
+f5c453aa726ebb509e7b8cb20df7734f0e411404
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index c0d0a1560f593c0ae2503db1b20439356bb9e7da..b1a2228fa1b4dfe13dbea919cb427b299f26f2ff 100755 (executable)
@@ -2611,7 +2611,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 ac_config_headers="$ac_config_headers config.h"
 
 
-libtool_VERSION=23:0:0
+libtool_VERSION=24:0:0
 
 
 # Default to --enable-multilib
index 898091276f71bb5678faa381b3be1f4a56e4faf1..0b05551aacb21597e6f10d39c9533fb13b959185 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=23:0:0
+libtool_VERSION=24:0:0
 AC_SUBST(libtool_VERSION)
 
 AM_ENABLE_MULTILIB(, ..)