From 2368ffb6c37202475ea977a2e1cdb160ff78b863 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 9 Feb 1993 16:22:35 +0000 Subject: [PATCH] Tue Feb 9 08:18:07 1993 Ian Lance Taylor (ian@cygnus.com) * config/i386sco4.mh (MUNCH_DEFINE): Pass -p to nm to avoid bug in cc debugging output. --- gdb/ChangeLog | 5 +++++ gdb/config/i386sco4.mh | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3c0dfd886ce..5e13fed2e10 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 9 08:18:07 1993 Ian Lance Taylor (ian@cygnus.com) + + * config/i386sco4.mh (MUNCH_DEFINE): Pass -p to nm to avoid bug in + cc debugging output. + Tue Feb 9 00:19:28 1993 John Gilmore (gnu@cygnus.com) * stabsread.c (define_symbol): Complain about unrecognized names diff --git a/gdb/config/i386sco4.mh b/gdb/config/i386sco4.mh index 8eb0657169f..d84fda66324 100644 --- a/gdb/config/i386sco4.mh +++ b/gdb/config/i386sco4.mh @@ -10,3 +10,7 @@ REGEX1=regex.o # The cc compiler mishandles const in cases like # struct type ** const (c_builtin_types[]) = MH_CFLAGS=-Dconst= +# The cc compiler sometimes produces debugging output that nm can not +# parse. Passing -p to nm makes it not even try, and allows munch to +# work. +MUNCH_DEFINE=-p -- 2.30.2