|
@@ -109,6 +109,11 @@ _Unwind_Resume (struct _Unwind_Exception *exc)
|
|
resume (exc);
|
|
resume (exc);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+_Unwind_Reason_Code
|
|
|
|
+__gcc_personality_v0 (int version, _Unwind_Action actions,
|
|
|
|
+ _Unwind_Exception_Class exception_class,
|
|
|
|
+ struct _Unwind_Exception *ue_header,
|
|
|
|
+ struct _Unwind_Context *context);
|
|
_Unwind_Reason_Code
|
|
_Unwind_Reason_Code
|
|
__gcc_personality_v0 (int version, _Unwind_Action actions,
|
|
__gcc_personality_v0 (int version, _Unwind_Action actions,
|
|
_Unwind_Exception_Class exception_class,
|
|
_Unwind_Exception_Class exception_class,
|