1999-06-04 H.J. Lu <hjl@gnu.org>
authorIan Lance Taylor <ian@airs.com>
Fri, 4 Jun 1999 20:49:14 +0000 (20:49 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 4 Jun 1999 20:49:14 +0000 (20:49 +0000)
* lib/ld-lib.exp (default_ld_nm): Clear nm_output first if
necessary.

ld/testsuite/ChangeLog
ld/testsuite/lib/ld-lib.exp

index dd891d43f03b90a173a689e460e6c5e1b2393582..9355b9bcbbed724a91bc1b0e74793d8047bbd29b 100644 (file)
@@ -1,3 +1,8 @@
+1999-06-04  H.J. Lu  <hjl@gnu.org>
+
+       * lib/ld-lib.exp (default_ld_nm): Clear nm_output first if
+       necessary.
+
 1999-05-17  Nick Clifton  <nickc@cygnus.com>
 
        * ld-undefined/undefined.exp: Add xfail for mcore-elf.
index 24a4131090178aceeac2cca219063f3e1b722d7c..19a180b201466af305800610a5f44dd9586c78f3 100644 (file)
@@ -207,6 +207,10 @@ proc default_ld_nm { nm object } {
        return 0
     }
 
+    if {[info exists nm_output]} {
+      unset nm_output
+    }
+
     if ![info exists NMFLAGS] { set NMFLAGS "" }
 
     verbose -log "$nm $NMFLAGS $object >tmpdir/nm.out"
This page took 0.026973 seconds and 4 git commands to generate.