forked from Imagelibrary/binutils-gdb
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:
@@ -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.
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user