libjava/ 2010-07-14 Mikael Pettersson PR libstdc++/44902 * exception.cc (__cxa_begin_cleanup): Correct prototype. --- gcc-4.6-20100710/libjava/exception.cc.~1~ 2010-04-07 22:27:37.000000000 +0200 +++ gcc-4.6-20100710/libjava/exception.cc 2010-07-14 01:17:15.000000000 +0200 @@ -70,7 +70,7 @@ get_exception_header_from_ue (_Unwind_Ex return reinterpret_cast(exc + 1) - 1; } -extern "C" void __cxa_begin_cleanup (_Unwind_Exception*); +extern "C" bool __cxa_begin_cleanup (_Unwind_Exception*); #else // !__ARM_EABI_UNWINDER__ // This is the exception class we report -- "GNUCJAVA".