* gas/maxq20/maxq20.exp: Likewise.
+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.
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 { } {
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 {
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 { } {
global srcdir
catch "exec $srcdir/lib/run $NM $NMFLAGS --help" nm_help
- return [regexp "targets:.*maxq" $nm_help];
+ return [regexp "targets:.*maxq" $nm_help]
}