]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR libstdc++/511135
authorKai Tietz <ktietz@redhat.com>
Mon, 12 Dec 2011 13:24:30 +0000 (14:24 +0100)
committerKai Tietz <ktietz@gcc.gnu.org>
Mon, 12 Dec 2011 13:24:30 +0000 (14:24 +0100)
commitf5c48b80ce05386d15f25859cecafbc475a21bd3
treefb256e22db988e4e02527dbd9b878d0a9519f86b
parentb913199ea39e5027a5f4176f245fe7fef1951dcd
PR libstdc++/511135
* libsupc++/cxxabi.h (__cxxabi_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.
* config/os/mingw32-w64/os_defines.h (_GLIBCXX_USE_THISCALL_ON_DTOR):
Define.
(__cxa_dtor_type): Declare target secific type variant.
* config/os/mingw32/os_defines.h: Likewise.

From-SVN: r182237
libstdc++-v3/ChangeLog
libstdc++-v3/config/os/mingw32-w64/os_defines.h
libstdc++-v3/config/os/mingw32/os_defines.h
libstdc++-v3/libsupc++/cxxabi.h
libstdc++-v3/libsupc++/eh_throw.cc
libstdc++-v3/libsupc++/unwind-cxx.h