aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2007-07-04 00:09:22 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2007-07-04 00:09:22 +0000
commit5dddb7e5eb8f50232da5c40fe78d8537eac5ca7e (patch)
tree8ff9db26af07bc74278effa0664ea1f0734438bf /libstdc++-v3/configure
parente3ceb300c565aff0fc5e84cba60e4f715db62a27 (diff)
downloadgcc-5dddb7e5eb8f50232da5c40fe78d8537eac5ca7e.zip
gcc-5dddb7e5eb8f50232da5c40fe78d8537eac5ca7e.tar.gz
gcc-5dddb7e5eb8f50232da5c40fe78d8537eac5ca7e.tar.bz2
re PR libstdc++/31518 (_GLIBCXX_DEBUG error message formatter line width not configurable)
2007-07-03 Paolo Carlini <pcarlini@suse.de> PR libstdc++/31518 * include/debug/formatter.h (_Error_formatter::_M_get_max_length): New. (_Error_formatter::_Error_formatter): Use it. * src/debug.cc: Define. (_Error_formatter::_M_error): Tweak. * configure.ac: Adjust version to 6:10:0. * config/abi/pre/gnu.ver: Export _Error_formatter::_M_get_max_length at GLIBCXX_3.4.10. * testsuite/util/testsuite_abi.cc: Add GLIBCXX_3.4.10. * docs/html/debug.html: Document. * configure: Regenerate. From-SVN: r126287
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-xlibstdc++-v3/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index d58168b..56368b1 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -1547,7 +1547,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
### am handles this now? ORIGINAL_LD_FOR_MULTILIBS=$LD
# For libtool versioning info, format is CURRENT:REVISION:AGE
-libtool_VERSION=6:9:0
+libtool_VERSION=6:10:0
# Find the rest of the source tree framework.