diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-11 06:19:13 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-11 06:19:13 +0000 |
commit | 659203b81e9b5956d9b56b7c23153c1242f1faad (patch) | |
tree | a25c3b10a5e437f7a6875e11b8b8bd9c85f26839 /libstdc++-v3/configure.ac | |
parent | 3f21b3423169fbcfbca6480a0c43e6c72b991ebe (diff) | |
download | gcc-659203b81e9b5956d9b56b7c23153c1242f1faad.tar.gz |
PR libstdc++/13583
* include/bits/locale_classes.h (locale::_Impl::_M_install_cache):
Move out of line.
* src/locale.cc: Define here, add mutex.
* configure.ac (libtool_VERSION): To 6:7:0.
* configure: Regenerate.
* testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.7.
* config/linker-map.gnu: Export locale::_Impl::_M_install_cache.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105221 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.ac')
-rw-r--r-- | libstdc++-v3/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac index d350e6e9910..fc31bc68b6e 100644 --- a/libstdc++-v3/configure.ac +++ b/libstdc++-v3/configure.ac @@ -12,7 +12,7 @@ AC_CONFIG_HEADER(config.h) ### am handles this now? ORIGINAL_LD_FOR_MULTILIBS=$LD # For libtool versioning info, format is CURRENT:REVISION:AGE -libtool_VERSION=6:6:0 +libtool_VERSION=6:7:0 AC_SUBST(libtool_VERSION) # Find the rest of the source tree framework. |