summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/maxq10/maxq10.exp
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2005-03-08 22:41:05 +0000
committerBen Elliston <bje@au.ibm.com>2005-03-08 22:41:05 +0000
commite38298fb23afaa4028a187382899d132cb333e0e (patch)
tree7c6d95e87d31003233e8a358d74acd37f28d8f1b /gas/testsuite/gas/maxq10/maxq10.exp
parent51092a2e4e74642771a1d17f45af61416d0bf897 (diff)
downloadbinutils-redhat-e38298fb23afaa4028a187382899d132cb333e0e.tar.gz
* gas/maxq10/maxq10.exp: Remove stray semicolons.
* gas/maxq20/maxq20.exp: Likewise.
Diffstat (limited to 'gas/testsuite/gas/maxq10/maxq10.exp')
-rw-r--r--gas/testsuite/gas/maxq10/maxq10.exp4
1 files changed, 2 insertions, 2 deletions
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 {