From: Ken Raeburn Date: Wed, 13 Apr 1994 22:46:00 +0000 (+0000) Subject: Make tests work again on alpha-osf1 and sun4 native. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=166d29937906f9730cc29b92b8755be504f48c85;p=binutils-gdb.git 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. --- diff --git a/binutils/testsuite/config/unix.exp b/binutils/testsuite/config/unix.exp index 2a41d2b0629..b5aa505707b 100644 --- a/binutils/testsuite/config/unix.exp +++ b/binutils/testsuite/config/unix.exp @@ -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 {