Commit c82f61c5 by Vladimir Prus Committed by Paul Brook

eh_arm.cc (__cxa_begin_cleanup): Always return 'true'.

2006-06-20  Vladimir Prus  <vladimir@codesourcery.com>

	libstdc++/
	* libsupc++/eh_arm.cc (__cxa_begin_cleanup): Always return 'true'.

From-SVN: r114812
parent 2e5d2970
2006-06-20 Vladimir Prus <vladimir@codesourcery.com>
* libsupc++/eh_arm.cc (__cxa_begin_cleanup): Always return 'true'.
2006-06-19 Paolo Carlini <pcarlini@suse.de>
* include/tr1/random (xor_combine<>::operator<<): Fix typo.
......
......@@ -113,7 +113,7 @@ __cxa_begin_cleanup(_Unwind_Exception* ue_header)
globals->propagatingExceptions = header;
}
return !native;
return true;
}
// Do the work for __cxa_end_cleanup. Returns the currently propagating
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment