* gas/maxq10/maxq10.exp: Remove stray semicolons.

* gas/maxq20/maxq20.exp: Likewise.
This commit is contained in:
Ben Elliston 2005-03-08 22:41:05 +00:00
parent 9f0d94e893
commit 80f19ede4a
3 changed files with 9 additions and 4 deletions

View 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.

View 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 {

View 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]
}