From: Ian Lance Taylor Date: Fri, 2 Sep 1994 16:55:54 +0000 (+0000) Subject: * config/unix.exp: If nm.new does not exist, use [transform nm]. X-Git-Tag: gdb-4_18~13664 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b6cf6b6b1af322304d5e4baa5f1bf120eb1d727;p=platform%2Fupstream%2Fbinutils.git * config/unix.exp: If nm.new does not exist, use [transform nm]. * config/default.exp: Likewise. --- 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 {