X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libstdc%2B%2B-v3%2FChangeLog;h=8a46f1c89735e789927a94eb1e11a67e3013c1d4;hp=90fd704177d9a470c7072946c3a55a0bc0718868;hb=caf47ebd0ba00d947b8d7920744a48b5179b33ad;hpb=7a017428e4becc1c26fb684a6919de81b97cc21a;ds=sidebyside diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 90fd704177d..8a46f1c8973 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,6 +1,18 @@ 2011-12-12 Paolo Carlini - * Revert the last commit. + Revert: + 2011-12-12 Kai Tietz + + PR libstdc++/51135 + * 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 __cxa_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. 2011-12-12 Kai Tietz