From: Gunther Nikl Date: Sat, 28 Jun 2003 00:02:30 +0000 (+0000) Subject: Patch from Gunther Nikl. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=396235c86634d18d3a2e2690526c2e7316d5f2aa;p=gcc.git Patch from Gunther Nikl. * unwind-c.c (PERSONALITY_FUNCTION): Delete duplicate define. From-SVN: r68616 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3f9eac5a53d..f271d0445dd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-06-27 Gunther Nikl + + * unwind-c.c (PERSONALITY_FUNCTION): Delete duplicate define. + 2003-06-27 Chris Demetriou * config/mips/mips.c (mips_build_va_list): Make padding in diff --git a/gcc/unwind-c.c b/gcc/unwind-c.c index 8f2f5c43fe0..fb2f720907b 100644 --- a/gcc/unwind-c.c +++ b/gcc/unwind-c.c @@ -78,7 +78,6 @@ parse_lsda_header (struct _Unwind_Context *context, const unsigned char *p, #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,