diff options
author | Paolo Carlini <paolo.carlini@oracle.com> | 2009-07-29 18:40:39 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2009-07-29 18:40:39 +0000 |
commit | 95bfca5ed64babee735a98dc1f7e31bce0590441 (patch) | |
tree | 02de784b37c7134b61a157416d51d2f16993ee1c /libstdc++-v3/config | |
parent | c2cffdc88017fa85b044db5d35f9e1a42877eef9 (diff) | |
download | gcc-95bfca5ed64babee735a98dc1f7e31bce0590441.zip gcc-95bfca5ed64babee735a98dc1f7e31bce0590441.tar.gz gcc-95bfca5ed64babee735a98dc1f7e31bce0590441.tar.bz2 |
gnu.ver: Add GLIBCXX_3.4.13, move a symbol into it.
2009-07-29 Paolo Carlini <paolo.carlini@oracle.com>
* config/abi/pre/gnu.ver: Add GLIBCXX_3.4.13, move a symbol into it.
* testsuite/util/testsuite_abi.cc: Adjust.
* configure.ac: Bump libtool_VERSION to 6:13:0.
* configure: Regenerate.
From-SVN: r150220
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r-- | libstdc++-v3/config/abi/pre/gnu.ver | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver index 3a24dc9..91369a2 100644 --- a/libstdc++-v3/config/abi/pre/gnu.ver +++ b/libstdc++-v3/config/abi/pre/gnu.ver @@ -964,10 +964,14 @@ GLIBCXX_3.4.12 { _ZSt27__set_once_functor_lock_ptrPSt11unique_lockISt5mutexE; _ZSt16__get_once_mutexv; +} GLIBCXX_3.4.11; + +GLIBCXX_3.4.13 { + # future _ZSt15future_category; -} GLIBCXX_3.4.11; +} GLIBCXX_3.4.12; # Symbols in the support library (libsupc++) have their own tag. CXXABI_1.3 { |