diff options
author | Bob Manson <manson@cygnus> | 1997-02-08 01:03:37 +0000 |
---|---|---|
committer | Bob Manson <manson@cygnus> | 1997-02-08 01:03:37 +0000 |
commit | dfe637973149e8ae56aaa5e57f780ec1f6848b21 (patch) | |
tree | a7d9c38959598026aa16e86abc342b3c4029770c /gas | |
parent | ba4a45946c68e7982e8dc920c7f2bb6a7351497b (diff) | |
download | gdb-dfe637973149e8ae56aaa5e57f780ec1f6848b21.zip gdb-dfe637973149e8ae56aaa5e57f780ec1f6848b21.tar.gz gdb-dfe637973149e8ae56aaa5e57f780ec1f6848b21.tar.bz2 |
Changes to replace references to "prune_system_crud" with
"prune_warnings".
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gasp/gasp.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 9c06487..06a51d1 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 7 16:42:53 1997 Bob Manson <manson@charmed.cygnus.com> + + * gasp/gasp.exp: Use prune_warnings instead of prune_system_crud. + * lib/gas-defs.exp: Ditto. + Mon Feb 3 15:46:05 1997 Ian Lance Taylor <ian@cygnus.com> * gas/arm/inst.d, gas/arm/arm7t.d: Pass --prefix-addresses to diff --git a/gas/testsuite/gasp/gasp.exp b/gas/testsuite/gasp/gasp.exp index 5987352..2a72a6d 100644 --- a/gas/testsuite/gasp/gasp.exp +++ b/gas/testsuite/gasp/gasp.exp @@ -8,7 +8,7 @@ proc gasp_test { filename testname opt } { send_log "$srcdir/lib/run $GASP -I$srcdir/gasp -s $opt $filename.asm -o gasp.out\n" catch "exec $srcdir/lib/run $GASP -I$srcdir/gasp -s $opt $filename.asm -o gasp.out" errs catch "exec diff gasp.out $filename.out" diffs - set diffs [prune_system_crud $host_triplet $diffs] + set diffs [prune_warnings $diffs] if ![string match "" $diffs] { send_log "$diffs\n" verbose $diffs |