mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* gasp/gasp.exp (gasp_test): Call prune_system_crud on the output
of diff. * lib/gas-defs.exp: Define prune_system_crud if it is not already defined.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
Sat Aug 19 17:36:17 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* gasp/gasp.exp (gasp_test): Call prune_system_crud on the output
|
||||||
|
of diff.
|
||||||
|
* lib/gas-defs.exp: Define prune_system_crud if it is not already
|
||||||
|
defined.
|
||||||
|
|
||||||
Fri Aug 18 11:09:38 1995 Ian Lance Taylor <ian@cygnus.com>
|
Fri Aug 18 11:09:38 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* gasp/mri/*.out: Use ;, not !, for the comment character.
|
* gasp/mri/*.out: Use ;, not !, for the comment character.
|
||||||
|
@ -3,10 +3,12 @@
|
|||||||
proc gasp_test { filename testname opt } {
|
proc gasp_test { filename testname opt } {
|
||||||
global GASP
|
global GASP
|
||||||
global srcdir
|
global srcdir
|
||||||
|
global host_triplet
|
||||||
|
|
||||||
send_log "$srcdir/lib/run $GASP -I$srcdir/gasp -s $opt $filename.asm -o gasp.out\n"
|
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 $srcdir/lib/run $GASP -I$srcdir/gasp -s $opt $filename.asm -o gasp.out" errs
|
||||||
catch "exec diff gasp.out $filename.out" diffs
|
catch "exec diff gasp.out $filename.out" diffs
|
||||||
|
set diffs [prune_system_crud $host_triplet $diffs]
|
||||||
if ![string match "" $diffs] {
|
if ![string match "" $diffs] {
|
||||||
send_log "$diffs\n"
|
send_log "$diffs\n"
|
||||||
verbose $diffs
|
verbose $diffs
|
||||||
|
Reference in New Issue
Block a user