diff options
author | Paolo Carlini <paolo.carlini@oracle.com> | 2009-05-22 01:28:50 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2009-05-22 01:28:50 +0000 |
commit | e2792913bd05564861383c3934b9a327703f6db2 (patch) | |
tree | 2f0827a0613d8533f5adbd20c0a3a92c240297f9 /libstdc++-v3/config | |
parent | e0d0bf47c9f64ad592b0f47d572f1c76aab243cc (diff) | |
download | gcc-e2792913bd05564861383c3934b9a327703f6db2.zip gcc-e2792913bd05564861383c3934b9a327703f6db2.tar.gz gcc-e2792913bd05564861383c3934b9a327703f6db2.tar.bz2 |
re PR libstdc++/40094 (FAIL: ext/throw_allocator/deallocate_global.cc execution test)
2009-05-21 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/40094
Revert:
2009-05-07 Paolo Carlini <paolo.carlini@oracle.com>
* include/ext/throw_allocator.h (throw_allocator_base): Avoid
out of line member functions definitions.
(throw_allocator_base::_S_g, _S_map, _S_throw_prob, _S_label):
Remove, use static locals instead.
(throw_allocator_base::do_check_allocated, print_to_string): Declare.
* src/throw_allocator.cc: New.
* src/Makefile.am: Add.
* config/abi/pre/gnu.ver: Add exports.
* src/Makefile.in: Regenerate.
From-SVN: r147788
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r-- | libstdc++-v3/config/abi/pre/gnu.ver | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver index f40fd97..240e7bc 100644 --- a/libstdc++-v3/config/abi/pre/gnu.ver +++ b/libstdc++-v3/config/abi/pre/gnu.ver @@ -964,10 +964,6 @@ GLIBCXX_3.4.12 { _ZSt27__set_once_functor_lock_ptrPSt11unique_lockISt5mutexE; _ZSt16__get_once_mutexv; - # throw_allocator - _ZN9__gnu_cxx20throw_allocator_base18do_check_allocated*; - _ZN9__gnu_cxx20throw_allocator_base15print_to_string*; - } GLIBCXX_3.4.11; # Symbols in the support library (libsupc++) have their own tag. |