]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgo: bump libgo version for GCC 14 release
authorIan Lance Taylor <iant@golang.org>
Fri, 2 Feb 2024 23:05:08 +0000 (15:05 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 5 Feb 2024 19:28:30 +0000 (11:28 -0800)
PR go/113668

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

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

index ec7e2ab1acf6155e590c52e048e50738d8a2927a..73cb095322cee628480b4fbd5c166035813eb0b1 100644 (file)
@@ -1,4 +1,4 @@
-1cb83a415e86ab4de0d436d277377d8fc060cb61
+e15a14e410b8fc5d28012d5b313cb6c8476c7df9
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index 20bff2bd6beca1c18a0a2ae43388285ffbedf83e..c0d0a1560f593c0ae2503db1b20439356bb9e7da 100755 (executable)
@@ -2611,7 +2611,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 ac_config_headers="$ac_config_headers config.h"
 
 
-libtool_VERSION=22:0:0
+libtool_VERSION=23:0:0
 
 
 # Default to --enable-multilib
index 22158ac7f5d28f33a9407ef4de45f7ce172a9175..898091276f71bb5678faa381b3be1f4a56e4faf1 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=22:0:0
+libtool_VERSION=23:0:0
 AC_SUBST(libtool_VERSION)
 
 AM_ENABLE_MULTILIB(, ..)