aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binutils/testsuite/ChangeLog5
-rw-r--r--binutils/testsuite/config/unix.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index c9d79a5..f30740c 100644
--- a/binutils/testsuite/ChangeLog
+++ b/binutils/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+Fri Sep 2 12:53:10 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
+
+ * config/unix.exp: If nm.new does not exist, use [transform nm].
+ * config/default.exp: Likewise.
+
Wed Aug 24 12:41:37 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
* configure.in, binutils.all/configure.in: Change i386 to
diff --git a/binutils/testsuite/config/unix.exp b/binutils/testsuite/config/unix.exp
index 10da270..8bb7ac1 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.new]
+ set NM [findfile $base_dir/../nm.new $base_dir/../nm.new [transform nm]]
}
global NMFLAGS
if ![info exists NMFLAGS] then {