diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 6ce90b0a43..7e3f3085d0 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 d6ab4c45ed..482bd4ca2c 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 5d7f6cb351..d2857f617b 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] }