This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH: 3.4 fix for gcc/unwind-c.c
- From: Gunther Nikl <gni at gecko dot de>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 24 Jun 2003 11:31:58 +0200
- Subject: PATCH: 3.4 fix for gcc/unwind-c.c
Hello!
This patch fixes an unconditional redefine of PERSONALITY_FUNCTION.
Gunther Nikl
--- gcc-3.4/gcc/unwind-c.c~ Wed Jun 4 19:05:57 2003
+++ gcc-3.4/gcc/unwind-c.c Fri Jun 13 11:32:45 2003
@@ -78,7 +78,6 @@ parse_lsda_header (struct _Unwind_Contex
#else
#define PERSONALITY_FUNCTION __gcc_personality_v0
#endif
-#define PERSONALITY_FUNCTION __gcc_personality_v0
_Unwind_Reason_Code
PERSONALITY_FUNCTION (int, _Unwind_Action, _Unwind_Exception_Class,