Howard, Does the ABI require that it be prefixed with __gxx_*?
davez On Dec 22, 2011, at 8:00 AM, Howard Hinnant wrote: > --- libcxxabi/trunk/src/cxa_exception.cpp (original) > +++ libcxxabi/trunk/src/cxa_exception.cpp Thu Dec 22 10:00:06 2011 > @@ -449,6 +449,12 @@ > // If we return client will call terminate() > } > > +_Unwind_Reason_Code > +__gxx_personality_v0(int version, _Unwind_Action actions, uint64_t > exceptionClass, > + _Unwind_Exception* exceptionObject, _Unwind_Context* > context) _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
