Correct bug-number in ChangeLog.
commiteb886f65c5f3c5430e71f83b89d1b3c940af531f
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Dec 2011 13:29:10 +0000 (12 13:29 +0000)
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Dec 2011 13:29:10 +0000 (12 13:29 +0000)
tree54f1926fdec9c4a898c715938957c2628d160e94
parent9deca8153ebece8eae0aac6ab04d6e19c22b7ea1
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182238 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog