aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@gcc.gnu.org>2009-02-18 07:35:36 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2009-02-18 07:35:36 +0000
commit9b3003d59044a53cddf432024579295ef5df1ca7 (patch)
treed70eeaeb64ce9289bfb6e172e223f4c4cd5f2910 /libstdc++-v3/config
parent0705d3f487d2b8c709c25051f55079a6e22cb3d0 (diff)
downloadgcc-9b3003d59044a53cddf432024579295ef5df1ca7.zip
gcc-9b3003d59044a53cddf432024579295ef5df1ca7.tar.gz
gcc-9b3003d59044a53cddf432024579295ef5df1ca7.tar.bz2
system_error (system_category): To system_category().
2009-02-17 Benjamin Kosnik <bkoz@redhat.com> * include/std/system_error (system_category): To system_category(). (generic_category): To generic_category. DR 890. * src/system_error.cc: Define. * include/bits/functexcept.h: Only one __throw_system_error. * src/functexcept.cc: Same. * include/std/mutex: Fixup for changes above. * testsuite/19_diagnostics/error_condition/cons/1.cc: Same. * testsuite/19_diagnostics/error_code/cons/1.cc: Same. * testsuite/19_diagnostics/system_error/cons-1.cc: Same. * config/abi/pre/gnu.ver: Clean up exports. From-SVN: r144259
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r--libstdc++-v3/config/abi/pre/gnu.ver5
1 files changed, 2 insertions, 3 deletions
diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver
index f5e6d2f..1b8ebd4 100644
--- a/libstdc++-v3/config/abi/pre/gnu.ver
+++ b/libstdc++-v3/config/abi/pre/gnu.ver
@@ -902,8 +902,8 @@ GLIBCXX_3.4.11 {
_ZNSt6thread15_M_start_threadESt10shared_ptrINS_10_Impl_baseEE;
# system_error
- _ZSt15system_category;
- _ZSt16generic_category;
+ _ZSt15system_categoryv;
+ _ZSt16generic_categoryv;
_ZNKSt10error_code23default_error_conditionEv;
_ZNKSt14error_category23default_error_conditionEi;
@@ -923,7 +923,6 @@ GLIBCXX_3.4.11 {
_ZNKSt4hashISt10error_codeEclES0_;
- _ZSt20__throw_system_errorPKc;
_ZSt20__throw_system_errori;
# char16_t and char32_t