From: Ben Elliston Date: Tue, 8 Mar 2005 22:41:05 +0000 (+0000) Subject: * gas/maxq10/maxq10.exp: Remove stray semicolons. X-Git-Tag: csl-arm-20050325-branchpoint~220 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80f19ede4a6610091b935688fde013c19c2ddbc6;p=external%2Fbinutils.git * gas/maxq10/maxq10.exp: Remove stray semicolons. * gas/maxq20/maxq20.exp: Likewise. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 6ce90b0..7e3f308 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 d6ab4c4..482bd4c 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 5d7f6cb..d2857f6 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] }