Make tests work again on alpha-osf1 and sun4 native.
authorKen Raeburn <raeburn@cygnus>
Wed, 13 Apr 1994 22:46:00 +0000 (22:46 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 13 Apr 1994 22:46:00 +0000 (22:46 +0000)
* config/unix.exp: Use nm.new, not nm, from newly built tree.

* binutils.all/objdump.exp: Add more wildcards to list of
single-letter options in pattern for usage message.

* binutils.all/nm.exp: Deleted debug-symbols test, since it only
works for a.out/stabs systems.  Fixed regexps to make underscores
optional, since some C compilers don't prepend them.  Deleted
check for foo.o symbol, since again some systems don't generate
it.

binutils/testsuite/config/unix.exp

index 2a41d2b..b5aa505 100644 (file)
@@ -23,7 +23,7 @@ load_lib util-defs.exp
 
 global NM
 if ![info exists NM] then {
-    set NM [findfile $base_dir/../nm]
+    set NM [findfile $base_dir/../nm.new]
 }
 global NMFLAGS
 if ![info exists NMFLAGS] then {