From: Ben Elliston Date: Tue, 8 Mar 2005 22:41:05 +0000 (+0000) Subject: * gas/maxq10/maxq10.exp: Remove stray semicolons. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=80f19ede4a6610091b935688fde013c19c2ddbc6;p=binutils-gdb.git * gas/maxq10/maxq10.exp: Remove stray semicolons. * gas/maxq20/maxq20.exp: Likewise. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 6ce90b0a435..7e3f3085d0e 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-03-09 Ben Elliston + + * gas/maxq10/maxq10.exp: Remove stray semicolons. + * gas/maxq20/maxq20.exp: Likewise. + 2005-03-08 Jan Beulich * gas/ia64/no-fit.[ls]: New. diff --git a/gas/testsuite/gas/maxq10/maxq10.exp b/gas/testsuite/gas/maxq10/maxq10.exp index d6ab4c45edc..482bd4ca2c2 100644 --- a/gas/testsuite/gas/maxq10/maxq10.exp +++ b/gas/testsuite/gas/maxq10/maxq10.exp @@ -20,7 +20,7 @@ proc gas_64_check { } { global srcdir catch "exec $srcdir/lib/run $NM $NMFLAGS --help" nm_help - return [regexp "targets:.*maxq" $nm_help]; + return [regexp "targets:.*maxq" $nm_help] } proc gas_32_check { } { @@ -29,7 +29,7 @@ proc gas_32_check { } { global srcdir catch "exec $srcdir/lib/run $NM $NMFLAGS --help" nm_help - return [regexp "targets:.*maxq" $nm_help]; + return [regexp "targets:.*maxq" $nm_help] } if [expr ([istarget "maxq-*-*"] || [istarget "maxq-coff-*"]) && [gas_32_check]] then { diff --git a/gas/testsuite/gas/maxq20/maxq20.exp b/gas/testsuite/gas/maxq20/maxq20.exp index 5d7f6cb3515..d2857f617b9 100644 --- a/gas/testsuite/gas/maxq20/maxq20.exp +++ b/gas/testsuite/gas/maxq20/maxq20.exp @@ -20,7 +20,7 @@ proc gas_64_check { } { global srcdir catch "exec $srcdir/lib/run $NM $NMFLAGS --help" nm_help - return [regexp "targets:.*maxq" $nm_help]; + return [regexp "targets:.*maxq" $nm_help] } proc gas_32_check { } { @@ -29,7 +29,7 @@ proc gas_32_check { } { global srcdir catch "exec $srcdir/lib/run $NM $NMFLAGS --help" nm_help - return [regexp "targets:.*maxq" $nm_help]; + return [regexp "targets:.*maxq" $nm_help] }