[cfe-commits] [libcxxabi] r147148 - in /libcxxabi/trunk: CREDITS.TXT src/cxa_exception.cpp
Dave Zarzycki
zarzycki at apple.com
Thu Dec 22 16:10:51 PST 2011
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)
More information about the cfe-commits
mailing list