* gas/maxq10/maxq10.exp: Remove stray semicolons.
* gas/maxq20/maxq20.exp: Likewise.
This commit is contained in:
parent
9f0d94e893
commit
80f19ede4a
3 changed files with 9 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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]
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue