diff options
author | Paolo Carlini <paolo@gcc.gnu.org> | 2011-12-12 17:29:17 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2011-12-12 17:29:17 +0000 |
commit | 7252b079fc845799699196473b008d856ae630b6 (patch) | |
tree | 5e173b7392d83b5f23a41c06d25cbc2173678ffc | |
parent | 30f232fd7a351d039f8f266ea51a487be48dc69c (diff) | |
download | gcc-7252b079fc845799699196473b008d856ae630b6.zip gcc-7252b079fc845799699196473b008d856ae630b6.tar.gz gcc-7252b079fc845799699196473b008d856ae630b6.tar.bz2 |
2011-12-12 Paolo Carlini <paolo.carlini@oracle.com>
* Revert the last commit.
From-SVN: r182249
-rw-r--r-- | libstdc++-v3/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2b09935..90fd704 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,11 +1,15 @@ +2011-12-12 Paolo Carlini <paolo.carlini@oracle.com> + + * Revert the last commit. + 2011-12-12 Kai Tietz <ktietz@redhat.com> PR libstdc++/51135 - * libsupc++/cxxabi.h (__cxxabi_dtor_type): New type. + * libsupc++/cxxabi.h (__cxa_dtor_type): New type. (__cxa_throw): Use it for destructor-argument. * libsupc++/eh_throw.cc (__cxa_throw): Likewise. * libsupc++/unwind-cxx.h (__cxa_exception): Change type of member - exceptionDestructor to __cxxabi_dtor_type. + exceptionDestructor to __cxa_dtor_type. * config/os/mingw32-w64/os_defines.h (_GLIBCXX_USE_THISCALL_ON_DTOR): Define. (__cxa_dtor_type): Declare target secific type variant. |