This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r182237 - in /trunk/libstdc++-v3: ChangeLog con...
- From: ktietz at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Mon, 12 Dec 2011 13:24:31 -0000
- Subject: r182237 - in /trunk/libstdc++-v3: ChangeLog con...
Author: ktietz
Date: Mon Dec 12 13:24:30 2011
New Revision: 182237
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182237
Log:
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.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/config/os/mingw32-w64/os_defines.h
trunk/libstdc++-v3/config/os/mingw32/os_defines.h
trunk/libstdc++-v3/libsupc++/cxxabi.h
trunk/libstdc++-v3/libsupc++/eh_throw.cc
trunk/libstdc++-v3/libsupc++/unwind-cxx.h