aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-02-18 03:23:28 +0000
committerDaniel Jacobowitz <drow@false.org>2002-02-18 03:23:28 +0000
commit3b0f0b37aaf0c1ea517016a34d963fe11253364c (patch)
tree27dbb73097ce8bbc018932ce0deb100d24225177 /ld
parent83d31a92df84ad938cf24a599c769df5f4bf1206 (diff)
downloadfsf-binutils-gdb-3b0f0b37aaf0c1ea517016a34d963fe11253364c.zip
fsf-binutils-gdb-3b0f0b37aaf0c1ea517016a34d963fe11253364c.tar.gz
fsf-binutils-gdb-3b0f0b37aaf0c1ea517016a34d963fe11253364c.tar.bz2
2002-02-17 Daniel Jacobowitz <drow@mvista.com>
* vers.exp: Do not call diff -q.
Diffstat (limited to 'ld')
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/ld-elfvers/vers.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 93c5a05..f6c80f9 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -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
diff --git a/ld/testsuite/ld-elfvers/vers.exp b/ld/testsuite/ld-elfvers/vers.exp
index c5256fc..48ba4ca 100644
--- a/ld/testsuite/ld-elfvers/vers.exp
+++ b/ld/testsuite/ld-elfvers/vers.exp
@@ -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