gcc/libstdc++-v3/config
Richard Henderson 396090773c re PR libstdc++/10606 (uncaught_exception() returns false too early)
PR libstdc++/10606
gcc/cp/
        * except.c (do_get_exception_ptr): New.
        (expand_start_catch_block): Use it.
libstdc++/
        * config/linker-map.gnu (CXXABI_1.3.1): Add __cxa_get_exception_ptr.
        * libsupc++/eh_alloc.cc (__cxa_allocate_exception): Increment
        uncaughtExceptions here instead of ...
        * libsupc++/eh_throw.cc (__cxa_throw) ... here.
        (__cxa_rethrow): Increment uncaughtExceptions here instead of ...
        * libsupc++/eh_catch.cc (__cxa_end_catch): ... here.
        (__cxa_get_exception_ptr): New.
        * libsupc++/unwind-cxx.h (__cxa_get_exception_ptr): Declare.

From-SVN: r95262
2005-02-18 18:35:25 -08:00
..
abi configure.host (abi_baseline_pair): Define for s390-*-linux* and s390x-*-linux*. 2004-10-05 13:45:38 +00:00
allocator acinclude.m4 (GLIBCXX_ENABLE_ALLOCATOR): Add pool_allocator. 2004-03-22 13:07:13 +00:00
cpu Add memory barriers to the double-checked locking used for static initialization. 2004-12-27 23:36:54 -05:00
io re PR libstdc++/17922 (Spurious warnings about std::ios_base::seekdir) 2004-11-02 19:00:19 +00:00
locale re PR libstdc++/19642 (streaming doubles is very slow compared to sprintf) 2005-01-30 14:09:58 +00:00
os acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Map FreeBSD to darwin instead of generic. 2005-01-25 23:44:03 +00:00
linker-map.dummy
linker-map.gnu re PR libstdc++/10606 (uncaught_exception() returns false too early) 2005-02-18 18:35:25 -08:00