mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-27 05:44:02 +08:00
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
This commit is contained in:
parent
2e5d297000
commit
c82f61c591
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user