From 9a3558cf1fb40bc43ab1d99b3b87de60a8bca4d7 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 9 Jun 2023 10:15:16 +0100 Subject: [PATCH] libstdc++: Bump library version to libstdc++.so.6.0.33 The addition of __cxa_call_terminate@@CXXABI_1.3.15 on trunk means we need a new version. libstdc++-v3/ChangeLog: * acinclude.m4 (libtool_VERSION): Update to 6.0.33. * configure: Regenerate. * doc/xml/manual/abi.xml: Add libstdc++.so.6.0.33. * doc/html/manual/abi.html: Regenerate. --- libstdc++-v3/acinclude.m4 | 2 +- libstdc++-v3/configure | 2 +- libstdc++-v3/doc/html/manual/abi.html | 2 +- libstdc++-v3/doc/xml/manual/abi.xml | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 13c3966b3170..efc27aa493ed 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -4214,7 +4214,7 @@ changequote([,])dnl fi # For libtool versioning info, format is CURRENT:REVISION:AGE -libtool_VERSION=6:32:0 +libtool_VERSION=6:33:0 # Everything parsed; figure out what files and settings to use. case $enable_symvers in diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 47db64ff8fbf..354c566b0055 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -69186,7 +69186,7 @@ $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;} fi # For libtool versioning info, format is CURRENT:REVISION:AGE -libtool_VERSION=6:32:0 +libtool_VERSION=6:33:0 # Everything parsed; figure out what files and settings to use. case $enable_symvers in diff --git a/libstdc++-v3/doc/html/manual/abi.html b/libstdc++-v3/doc/html/manual/abi.html index 33eec5707dcc..a0e7bc69484f 100644 --- a/libstdc++-v3/doc/html/manual/abi.html +++ b/libstdc++-v3/doc/html/manual/abi.html @@ -110,7 +110,7 @@ compatible. has the same filename and DT_SONAME as the preceding release.

It is versioned as follows: -

+

Note 1: Error should be libstdc++.so.3.0.3.

Note 2: Not strictly required. diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml index 4b4930bef4c5..44063831779b 100644 --- a/libstdc++-v3/doc/xml/manual/abi.xml +++ b/libstdc++-v3/doc/xml/manual/abi.xml @@ -281,6 +281,7 @@ compatible. GCC 12.1.0: libstdc++.so.6.0.30 GCC 13.1.0: libstdc++.so.6.0.31 GCC 13.2.0: libstdc++.so.6.0.32 + GCC <next>: libstdc++.so.6.0.33 Note 1: Error should be libstdc++.so.3.0.3. -- 2.47.2