From 166d29937906f9730cc29b92b8755be504f48c85 Mon Sep 17 00:00:00 2001
From: Ken Raeburn <raeburn@cygnus>
Date: Wed, 13 Apr 1994 22:46:00 +0000
Subject: 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.
---
 binutils/testsuite/config/unix.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'binutils')

diff --git a/binutils/testsuite/config/unix.exp b/binutils/testsuite/config/unix.exp
index 2a41d2b..b5aa505 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 {
-- 
cgit v1.1