diff options
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; |