This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


This patch fixes an unconditional redefine of PERSONALITY_FUNCTION.

I see that the code in c-decl.c which initializes eh_personality_libfunc matches the ifdefed defines in unwind-c.c, so the unconditional define in unwind-c.c is clearly the one that is wrong. This is an error in the original version of the file.


I checked in this patch.

Please include ChangeLog entries with patches.

Jim



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]