2006-06-20 Vladimir Prus <vladimir@codesourcery.com>
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Jun 2006 14:08:31 +0000 (14:08 +0000)
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Jun 2006 14:08:31 +0000 (14:08 +0000)
libstdc++/
* libsupc++/eh_arm.cc (__cxa_begin_cleanup): Always return 'true'.

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

libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/eh_arm.cc

index d01182b..e4fa3f0 100644 (file)
@@ -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.
index 269b2ec..87fccba 100644 (file)
@@ -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