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.
This commit is contained in:
Ian Lance Taylor 1992-10-05 20:57:33 +00:00
parent e661aaae1d
commit 9191286471
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
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.
* config/irix4.mh: added -lsun to XM_CLIBS to get RPC functions
needed for vxworks targets.

View File

@ -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;