diff options
author | Ben Elliston <bje@au.ibm.com> | 2004-05-12 03:06:10 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2004-05-12 03:06:10 +0000 |
commit | c0b225979e6b0e308d2eb2207becbc50b299732a (patch) | |
tree | e556d4b22681ee816bedeb43ef0975af1a767dc0 /gas/testsuite/lib/gas-defs.exp | |
parent | 1a27f959ea4265e9ba61e61b22b673347bb9b3ed (diff) | |
download | gdb-c0b225979e6b0e308d2eb2207becbc50b299732a.zip gdb-c0b225979e6b0e308d2eb2207becbc50b299732a.tar.gz gdb-c0b225979e6b0e308d2eb2207becbc50b299732a.tar.bz2 |
* gas/h8300/t03_add.exp: Remove stray semicolons.
* gas/h8300/t04_sub.exp: Likewise.
* gas/h8300/t05_cmp.exp: Likewise.
* gas/h8300/t08_or.exp: Likewise.
* gas/h8300/t09_xor.exp: Likewise.
* gas/h8300/t10_and.exp: Likewise.
* gas/hppa/reloc/reloc.exp: Likewise.
* gas/hppa/unsorted/unsorted.exp: Likewise.
* gas/i386/i386.exp: Likewise.
* gas/m68hc11/m68hc11.exp: Likewise.
* gas/mips/mips.exp: Likewise.
* gas/sparc/sparc.exp: Likewise.
* lib/gas-defs.exp: Likewise.
Diffstat (limited to 'gas/testsuite/lib/gas-defs.exp')
-rw-r--r-- | gas/testsuite/lib/gas-defs.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/lib/gas-defs.exp b/gas/testsuite/lib/gas-defs.exp index f0c6b8c..ff8db47 100644 --- a/gas/testsuite/lib/gas-defs.exp +++ b/gas/testsuite/lib/gas-defs.exp @@ -45,7 +45,7 @@ proc gas_run { prog as_opts redir } { catch "exec $srcdir/lib/run $AS $ASFLAGS $as_opts $srcdir/$subdir/$prog $redir" comp_output set comp_output [prune_warnings $comp_output] verbose "output was $comp_output" - return [list $comp_output ""]; + return [list $comp_output ""] } proc all_ones { args } { |