Tue Feb 9 08:18:07 1993 Ian Lance Taylor (ian@cygnus.com)
authorIan Lance Taylor <ian@airs.com>
Tue, 9 Feb 1993 16:22:35 +0000 (16:22 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 9 Feb 1993 16:22:35 +0000 (16:22 +0000)
* config/i386sco4.mh (MUNCH_DEFINE): Pass -p to nm to avoid bug in
cc debugging output.

gdb/ChangeLog
gdb/config/i386sco4.mh

index 3c0dfd8..5e13fed 100644 (file)
@@ -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
index 8eb0657..d84fda6 100644 (file)
@@ -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