Make tests work again on alpha-osf1 and sun4 native.

* 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.
This commit is contained in:
Ken Raeburn 1994-04-13 22:46:00 +00:00
parent 3e4cd2249e
commit 166d299379
1 changed files with 1 additions and 1 deletions

View 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 {