diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-10-05 20:57:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-10-05 20:57:33 +0000 |
commit | 919128647165bdfa46272f6c03b0d260802912e7 (patch) | |
tree | eefdb47b0b37c5f47df1e4808bbac29208393e48 /gdb/munch | |
parent | e661aaae1d135e57a727ffce4119c0da894404c1 (diff) | |
download | gdb-919128647165bdfa46272f6c03b0d260802912e7.zip gdb-919128647165bdfa46272f6c03b0d260802912e7.tar.gz gdb-919128647165bdfa46272f6c03b0d260802912e7.tar.bz2 |
Mon Oct 5 09:46:44 1992 Ian Lance Taylor (ian@cygnus.com)
* munch: HP9000/300 nm puts an etra space between T and symbol
name.
Diffstat (limited to 'gdb/munch')
-rwxr-xr-x | gdb/munch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ if test "`$MUNCH_NM main.o | egrep main | egrep FUNC | egrep GLOB`" != "" ; then sed -e \ 's/^.*\(_initialize_[a-zA-Z0-9_]*\).*$/ {extern void \1 (); \1 ();}/'\ | sort -u -elif test "`$MUNCH_NM main.o | egrep '[TD] _?main$'`" = "" ; then +elif test "`$MUNCH_NM main.o | egrep '[TD] *_?main$'`" = "" ; then if test "`$MUNCH_NM main.o | head -6 | egrep 'Subspace$'`" != "" ; then # HP PA RISC compilers don't prepend underscores shift; |