diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-02-09 16:22:35 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-02-09 16:22:35 +0000 |
commit | 2368ffb6c37202475ea977a2e1cdb160ff78b863 (patch) | |
tree | 790bd65b87b8ed264ec4da890a1621c55ce76768 /gdb/config | |
parent | 04dd7520d0ce5b94de22d1086bfb86bda7e2754c (diff) | |
download | gdb-2368ffb6c37202475ea977a2e1cdb160ff78b863.zip gdb-2368ffb6c37202475ea977a2e1cdb160ff78b863.tar.gz gdb-2368ffb6c37202475ea977a2e1cdb160ff78b863.tar.bz2 |
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.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386sco4.mh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/i386sco4.mh b/gdb/config/i386sco4.mh index 8eb0657..d84fda6 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 |