aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/gasp.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gasp/gasp.exp')
-rw-r--r--gas/testsuite/gasp/gasp.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/testsuite/gasp/gasp.exp b/gas/testsuite/gasp/gasp.exp
index f64abec..5987352 100644
--- a/gas/testsuite/gasp/gasp.exp
+++ b/gas/testsuite/gasp/gasp.exp
@@ -3,10 +3,12 @@
proc gasp_test { filename testname opt } {
global GASP
global srcdir
+ global host_triplet
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]
if ![string match "" $diffs] {
send_log "$diffs\n"
verbose $diffs