* gas/maxq10/maxq10.exp: Remove stray semicolons.
authorBen Elliston <bje@au.ibm.com>
Tue, 8 Mar 2005 22:41:05 +0000 (22:41 +0000)
committerBen Elliston <bje@au.ibm.com>
Tue, 8 Mar 2005 22:41:05 +0000 (22:41 +0000)
* gas/maxq20/maxq20.exp: Likewise.

gas/testsuite/ChangeLog
gas/testsuite/gas/maxq10/maxq10.exp
gas/testsuite/gas/maxq20/maxq20.exp

index 6ce90b0..7e3f308 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-09  Ben Elliston  <bje@au.ibm.com>
+
+       * gas/maxq10/maxq10.exp: Remove stray semicolons.
+       * gas/maxq20/maxq20.exp: Likewise.
+
 2005-03-08  Jan Beulich  <jbeulich@novell.com>
 
        * gas/ia64/no-fit.[ls]: New.
index d6ab4c4..482bd4c 100644 (file)
@@ -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 {
index 5d7f6cb..d2857f6 100644 (file)
@@ -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]
 }