* config/default.exp: Set NM to nm-new, not nm.new, to match
authorIan Lance Taylor <ian@airs.com>
Tue, 5 Aug 1997 16:34:03 +0000 (16:34 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 5 Aug 1997 16:34:03 +0000 (16:34 +0000)
recent change in binutils build directory.

gas/testsuite/ChangeLog
gas/testsuite/config/default.exp

index cd5a0ead4a755a3159afa8ae31f23cb2eb39dc29..899347e8f7e3f8cf0d27e58eb746bafa945b75ce 100644 (file)
@@ -1,3 +1,8 @@
+Tue Aug  5 12:33:23 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/default.exp: Set NM to nm-new, not nm.new, to match
+       recent change in binutils build directory.
+
 start-sanitize-v850
 Thu Jul 31 15:21:51 1997  Jeffrey A Law  (law@cygnus.com)
 
index 01ffe43a7f048e23a1866f0b26a6ae6c6cc48792..2deaa5d6b866cfe87881f0eaf4cf4dbaa6945760 100644 (file)
@@ -25,4 +25,22 @@ if ![info exists OBJDUMPFLAGS] then {
     set OBJDUMPFLAGS {}
 }
 
+if ![info exists NM] then {
+    set NM [findfile $base_dir/../../binutils/nm-new \
+                    $base_dir/../../binutils/nm-new \
+                    [transform nm]]
+}
+
+if ![info exists NMFLAGS] then {
+    set NMFLAGS {}
+}
+
+if ![info exists OBJCOPY] then {
+    set OBJCOPY [findfile $base_dir/../../binutils/objcopy]
+}
+
+if ![info exists OBJCOPYFLAGS] then {
+    set OBJCOPYFLAGS {}
+}
+
 gas_init