diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-02 22:18:11 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-02 22:18:11 +0000 |
commit | 57a907894ef36156cfbabc6b19cd0537614527cd (patch) | |
tree | f11dca6ae27d65279a1c94ee581dba6523b436ad /libstdc++-v3/config | |
parent | 058eb28d49458ac2f8c8e7e6250bfaf9ad918882 (diff) | |
download | gcc-57a907894ef36156cfbabc6b19cd0537614527cd.tar.gz |
2010-12-02 Jonathan Wakely <jwakely.gcc@gmail.com>
* src/future.cc (future_category): Export compatibility symbol.
* config/abi/pre/gnu.ver: Move _ZSt15future_categoryv to 3.4.15
version.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167394 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r-- | libstdc++-v3/config/abi/pre/gnu.ver | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver index eec63a016da..f399b9b6322 100644 --- a/libstdc++-v3/config/abi/pre/gnu.ver +++ b/libstdc++-v3/config/abi/pre/gnu.ver @@ -1107,7 +1107,6 @@ GLIBCXX_3.4.14 { _ZNSt9__atomic011atomic_flag5clearESt12memory_order; # future - _ZSt15future_category; _ZNSt12future_errorD*; _ZNKSt12future_error4whatEv; _ZTSSt12future_error; @@ -1115,6 +1114,9 @@ GLIBCXX_3.4.14 { _ZTISt12future_error; _ZSt20__throw_future_errori; + # GLIBCXX_ABI compatibility only. + _ZSt15future_category; + # string|wstring ::cbegin member functions _ZNKSs6cbeginEv; _ZNKSs4cendEv; @@ -1191,14 +1193,10 @@ GLIBCXX_3.4.15 { __emutls_v._ZSt11__once_call; __emutls_v._ZSt15__once_callable; -} GLIBCXX_3.4.14; - -GLIBCXX_3.4.16 { - # std::future_category is now a function _ZSt15future_categoryv; -} GLIBCXX_3.4.15; +} GLIBCXX_3.4.14; # Symbols in the support library (libsupc++) have their own tag. CXXABI_1.3 { |