From: redi Date: Fri, 22 Nov 2013 13:18:42 +0000 (+0000) Subject: 2013-11-22 Jonathan Wakely X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1dffc6febf35bb6bb17875f32286fc3ac2da856d;p=thirdparty%2Fgcc.git 2013-11-22 Jonathan Wakely * acinclude.m4 (libtool_VERSION): Bump. * configure: Regenerate. * doc/xml/manual/abi.xml: Update version information. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205258 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ab999da5a7db..3580a88d65c9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2013-11-22 Jonathan Wakely + + * acinclude.m4 (libtool_VERSION): Bump. + * configure: Regenerate. + * doc/xml/manual/abi.xml: Update version information. + 2013-11-22 Paolo Carlini * testsuite/ext/random/hypergeometric_distribution/operators/ diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index f9d12d0cd315..fcdcd9ac8651 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -3353,7 +3353,7 @@ changequote([,])dnl fi # For libtool versioning info, format is CURRENT:REVISION:AGE -libtool_VERSION=6:19:0 +libtool_VERSION=6:20: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 4be21b10eb35..448bee3fc0bc 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -71710,7 +71710,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:19:0 +libtool_VERSION=6:20:0 # Everything parsed; figure out what files and settings to use. case $enable_symvers in diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml index 6cf79a11938b..25d1b307f007 100644 --- a/libstdc++-v3/doc/xml/manual/abi.xml +++ b/libstdc++-v3/doc/xml/manual/abi.xml @@ -203,6 +203,7 @@ compatible. GCC 4.5.0: GCC_4.5.0 GCC 4.6.0: GCC_4.6.0 GCC 4.7.0: GCC_4.7.0 + GCC 4.8.0: GCC_4.8.0 @@ -261,6 +262,8 @@ compatible. GCC 4.6.1: libstdc++.so.6.0.16 GCC 4.7.0: libstdc++.so.6.0.17 GCC 4.8.0: libstdc++.so.6.0.18 + GCC 4.8.3: libstdc++.so.6.0.19 + GCC 4.9.0: libstdc++.so.6.0.20 Note 1: Error should be libstdc++.so.3.0.3. @@ -324,6 +327,8 @@ compatible. GCC 4.6.1: GLIBCXX_3.4.16, CXXABI_1.3.5 GCC 4.7.0: GLIBCXX_3.4.17, CXXABI_1.3.6 GCC 4.8.0: GLIBCXX_3.4.18, CXXABI_1.3.7 + GCC 4.8.3: GLIBCXX_3.4.19, CXXABI_1.3.7 + GCC 4.9.0: GLIBCXX_3.4.20, CXXABI_1.3.7