OSDN Git Service

2011-03-28 Kai Tietz <ktietz@redhat.com>
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Mar 2011 10:00:42 +0000 (10:00 +0000)
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Mar 2011 10:00:42 +0000 (10:00 +0000)
* raise-gcc.c (PERSONALITY_FUNCTION): Add prototype to
prevent warning.

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

gcc/ada/ChangeLog
gcc/ada/raise-gcc.c

index 90633da..8a489e0 100644 (file)
@@ -1,3 +1,8 @@
+2011-03-28  Kai Tietz  <ktietz@redhat.com>
+
+       * raise-gcc.c (PERSONALITY_FUNCTION): Add prototype to
+       prevent warning.
+
 2011-03-28  Tristan Gingold  <gingold@adacore.com>
 
        PR ada/44431
index 9c6aef9..3a88727 100644 (file)
@@ -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,