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 3c0dfd886ce610f48c2f2eea0f6651c0e44142ea..5e13fed2e10336ccec8bfe5212f63f86dad13cbc 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 8eb0657169fbb9181a3b30b045e137d1f6f44d79..d84fda6632460d4377fdf6212d3ba52cb96d0f54 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