PATCH: 3.4 fix for gcc/unwind-c.c

Gunther Nikl gni@gecko.de
Tue Jun 24 11:52:00 GMT 2003


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,



More information about the Gcc-patches mailing list