re PR libstdc++/13583 (__use_cache not threadsafe)
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 11 Oct 2005 06:19:13 +0000 (06:19 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 11 Oct 2005 06:19:13 +0000 (06:19 +0000)
commit18c75543a89fc2b6a62b3e2967cb89b83fb96ada
treea25c3b10a5e437f7a6875e11b8b8bd9c85f26839
parente0c48a517ebd8213c2300b7d63907b2e85c0ef9c
re PR libstdc++/13583 (__use_cache not threadsafe)

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.

From-SVN: r105221
libstdc++-v3/ChangeLog
libstdc++-v3/config/linker-map.gnu
libstdc++-v3/configure
libstdc++-v3/configure.ac
libstdc++-v3/include/bits/locale_classes.h
libstdc++-v3/src/locale.cc
libstdc++-v3/testsuite/testsuite_abi.cc