* 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 6ce90b0a435e0c890d6d04728ff0728773c05d0e..7e3f3085d0ea4f8a3787d998e792c53f9732f8c2 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 d6ab4c45edccd95f91528608c435dc860992a89e..482bd4ca2c239fc53bed679393d8996f16bc0537 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 5d7f6cb3515391f901427779a52b39932d8cde1f..d2857f617b96f6684921104208ad5399984f3c14 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]
 }
 
 
This page took 0.027438 seconds and 4 git commands to generate.