aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2024-02-02 15:05:08 -0800
committerIan Lance Taylor <iant@golang.org>2024-02-05 11:28:30 -0800
commitf1412546ac8999b7f6eeeee8cf967ce3f31794c2 (patch)
tree4b3a03dbf68a91b7f6157fe75f0d0ea0725c72ad
parente86066a71e684065fae6910b9e2aaf37d7177e01 (diff)
downloadgcc-f1412546ac8999b7f6eeeee8cf967ce3f31794c2.zip
gcc-f1412546ac8999b7f6eeeee8cf967ce3f31794c2.tar.gz
gcc-f1412546ac8999b7f6eeeee8cf967ce3f31794c2.tar.bz2
libgo: bump libgo version for GCC 14 release
PR go/113668 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/560676
-rw-r--r--gcc/go/gofrontend/MERGE2
-rwxr-xr-xlibgo/configure2
-rw-r--r--libgo/configure.ac2
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index ec7e2ab..73cb095 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -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.
diff --git a/libgo/configure b/libgo/configure
index 20bff2b..c0d0a15 100755
--- a/libgo/configure
+++ b/libgo/configure
@@ -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
diff --git a/libgo/configure.ac b/libgo/configure.ac
index 22158ac..8980912 100644
--- a/libgo/configure.ac
+++ b/libgo/configure.ac
@@ -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(, ..)