]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Correct bug-number in ChangeLog.
authorKai Tietz <ktietz@gcc.gnu.org>
Mon, 12 Dec 2011 13:29:10 +0000 (14:29 +0100)
committerKai Tietz <ktietz@gcc.gnu.org>
Mon, 12 Dec 2011 13:29:10 +0000 (14:29 +0100)
        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

libstdc++-v3/ChangeLog

index bf5afcd909a1b0e211df7a5ef89b7bab0320e079..2b09935203e5454bb49e3ca1eff743c01a98d9c9 100644 (file)
@@ -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.