]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-02-17 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Mon, 18 Feb 2002 03:23:28 +0000 (03:23 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 18 Feb 2002 03:23:28 +0000 (03:23 +0000)
        * vers.exp: Do not call diff -q.

ld/testsuite/ChangeLog
ld/testsuite/ld-elfvers/vers.exp

index 93c5a05b6c796bf67270698283e40d619456fa13..f6c80f957fe6133ef90dc60f18a083f5b06c1252 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-17  Daniel Jacobowitz  <drow@mvista.com>
+
+       * vers.exp: Do not call diff -q.
+
 2002-02-17  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * ld-mmix/b-nosym.d, ld-mmix/sec-6.d: Tweak for change in symbol
index c5256fcfa9e9c9111a9149f6acfb02688017c27b..48ba4ca5d685df31ed2a8271746bccdbc4f6c4b4 100644 (file)
@@ -84,7 +84,7 @@ proc test_ar { test lib object expect } {
 
     catch "exec $nm --print-armap $tmpdir/$lib | grep \\\ in\\\  | egrep VERS\\\|bar\\\|foo | sort > $tmpdir/nm.out" exec_output
     if [string match "" $exec_output] then {
-       catch "exec $diff -q $tmpdir/nm.out $srcdir/$subdir/$expect" exec_output
+       catch "exec $diff $tmpdir/nm.out $srcdir/$subdir/$expect" exec_output
        set exec_output [prune_warnings $exec_output]
        if [string match "" $exec_output] then {
            pass $test