Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/gcc/gcc avoid redefining a symbol differently



details:   https://anonhg.NetBSD.org/src/rev/8f37507ce9da
branches:  trunk
changeset: 550001:8f37507ce9da
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jul 27 15:13:39 2003 +0000

description:
avoid redefining a symbol differently

diffstat:

 gnu/dist/gcc/gcc/unwind-c.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r b0f06a70b449 -r 8f37507ce9da gnu/dist/gcc/gcc/unwind-c.c
--- a/gnu/dist/gcc/gcc/unwind-c.c       Sun Jul 27 15:00:52 2003 +0000
+++ b/gnu/dist/gcc/gcc/unwind-c.c       Sun Jul 27 15:13:39 2003 +0000
@@ -77,7 +77,9 @@
 #else
 #define PERSONALITY_FUNCTION    __gcc_personality_v0
 #endif
+#if 0
 #define PERSONALITY_FUNCTION    __gcc_personality_v0
+#endif
 
 _Unwind_Reason_Code
 PERSONALITY_FUNCTION (int, _Unwind_Action, _Unwind_Exception_Class,



Home | Main Index | Thread Index | Old Index