diff options
author | Kai Tietz <ktietz@gcc.gnu.org> | 2011-12-12 14:29:10 +0100 |
---|---|---|
committer | Kai Tietz <ktietz@gcc.gnu.org> | 2011-12-12 14:29:10 +0100 |
commit | 83d5afb7791bc4a892944846286372a5422fe877 (patch) | |
tree | 54f1926fdec9c4a898c715938957c2628d160e94 | |
parent | f5c48b80ce05386d15f25859cecafbc475a21bd3 (diff) | |
download | gcc-83d5afb7791bc4a892944846286372a5422fe877.zip gcc-83d5afb7791bc4a892944846286372a5422fe877.tar.gz gcc-83d5afb7791bc4a892944846286372a5422fe877.tar.bz2 |
Correct bug-number in ChangeLog.
PR libstdc++/51135
* 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: r182238
-rw-r--r-- | libstdc++-v3/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index bf5afcd..2b09935 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,6 +1,6 @@ 2011-12-12 Kai Tietz <ktietz@redhat.com> - PR libstdc++/511135 + PR libstdc++/51135 * libsupc++/cxxabi.h (__cxxabi_dtor_type): New type. (__cxa_throw): Use it for destructor-argument. * libsupc++/eh_throw.cc (__cxa_throw): Likewise. |