diff options
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/maxq10/maxq10.exp | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/maxq20/maxq20.exp | 4 |
3 files changed, 9 insertions, 4 deletions
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 <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. 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] } |