Hello,

Split submitted patch from thread "[patch ada]: Fix issues about
multilib build of native windows and handle MSG_WAITALL for windows
native targets"
into separate ones.

ChangeLog gcc/ada

2011-03-28  Kai Tietz

        * raise-gcc.c (PERSONALITY_FUNCTION): Add prototype to
        prevent warning.

Regards,
Kai
Index: gcc/gcc/ada/raise-gcc.c
===================================================================
--- gcc.orig/gcc/ada/raise-gcc.c        2011-03-28 10:56:51.000000000 +0200
+++ gcc/gcc/ada/raise-gcc.c     2011-03-28 11:21:37.453647200 +0200
@@ -1065,6 +1065,11 @@ typedef _Unwind_Action phases_arg_t;
 #endif
 
 _Unwind_Reason_Code
+PERSONALITY_FUNCTION (version_arg_t, phases_arg_t,
+                      _Unwind_Exception_Class, _Unwind_Exception *,
+                      _Unwind_Context *);
+
+_Unwind_Reason_Code
 PERSONALITY_FUNCTION (version_arg_t version_arg,
                       phases_arg_t phases_arg,
                       _Unwind_Exception_Class uw_exception_class,

Reply via email to