* gas/h8300/t04_sub.exp: Likewise.
* gas/h8300/t05_cmp.exp: Likewise.
* gas/h8300/t08_or.exp: Likewise.
* gas/h8300/t09_xor.exp: Likewise.
* gas/h8300/t10_and.exp: Likewise.
* gas/hppa/reloc/reloc.exp: Likewise.
* gas/hppa/unsorted/unsorted.exp: Likewise.
* gas/i386/i386.exp: Likewise.
* gas/m68hc11/m68hc11.exp: Likewise.
* gas/mips/mips.exp: Likewise.
* gas/sparc/sparc.exp: Likewise.
* lib/gas-defs.exp: Likewise.
+2004-05-12 Ben Elliston <bje@au.ibm.com>
+
+ * gas/h8300/t03_add.exp: Remove stray semicolons.
+ * gas/h8300/t04_sub.exp: Likewise.
+ * gas/h8300/t05_cmp.exp: Likewise.
+ * gas/h8300/t08_or.exp: Likewise.
+ * gas/h8300/t09_xor.exp: Likewise.
+ * gas/h8300/t10_and.exp: Likewise.
+ * gas/hppa/reloc/reloc.exp: Likewise.
+ * gas/hppa/unsorted/unsorted.exp: Likewise.
+ * gas/i386/i386.exp: Likewise.
+ * gas/m68hc11/m68hc11.exp: Likewise.
+ * gas/mips/mips.exp: Likewise.
+ * gas/sparc/sparc.exp: Likewise.
+ * lib/gas-defs.exp: Likewise.
+
2004-05-11 Nick Clifton <nickc@redhat.com>
* gas/elf/section4.s: New test. Checks label arithmetic when
default { fail "$testname: add.l @0x1234:16, ... ($x)" }
}
# FIXME return early, expect bombs out on the next group.
- return;
+ return
set x 0
expect {
-re ".* 960 1f44 01046B2C" { set x [expr $x+1]; exp_continue; }
default { fail "$testname: sub.l @0x1234:16, ... ($x)" }
}
# FIXME return early, expect bombs out on the next group.
- return;
+ return
set x 0
expect {
-re ".* 959 1f42 01046B2C" { set x [expr $x+1]; exp_continue; }
default { fail "$testname: cmp.l @0x1234:16, ... ($x)" }
}
# FIXME return early, expect bombs out on the next group.
- return;
+ return
set x 0
expect {
-re ".* 903 1e00 01046B2C" { set x [expr $x+1]; exp_continue; }
default { fail "$testname: or.l @0x1234:16, ... ($x)" }
}
# FIXME return early, expect bombs out on the next group.
- return;
+ return
set x 0
expect {
-re ".* 954 1f30 01046B2C" { set x [expr $x+1]; exp_continue; }
default { fail "$testname: xor.l @0x1234:16, ... ($x)" }
}
# FIXME return early, expect bombs out on the next group.
- return;
+ return
set x 0
expect {
-re ".* 954 1f30 01046B2C" { set x [expr $x+1]; exp_continue; }
default { fail "$testname: and.l @0x1234:16, ... ($x)" }
}
# FIXME return early, expect bombs out on the next group.
- return;
+ return
set x 0
expect {
-re ".* 954 1f30 01046B2C" { set x [expr $x+1]; exp_continue; }
if {[istarget hppa*64*-*-*]
|| [istarget hppa*-*-*elf*] || [istarget hppa*-*-linux*]} then {
- return;
+ return
}
if [gas_test_old "reduce.s" "" "Relocation reductions (part1)"] then {
set x 0
if [istarget hppa*64*-*-*] then {
- return;
+ return
}
if [gas_test_old "selectorbug.s" "" "Test scope of field selector (part 1)"] {
if {[istarget hppa*64*-*-*]
|| [istarget hppa*-*-*elf*] || [istarget hppa*-*-linux*]} then {
gas_test_old "exitbug.s" "" "Test for bogus R_EXIT relocation (part 1)"
- return;
+ return
}
if [gas_test_old "exitbug.s" "" "Test for bogus R_EXIT relocation (part 1)"] {
# ELF doesn't really handle extra sections too well...
if {[istarget hppa*64*-*-*]
|| [istarget hppa*-*-*elf*] || [istarget hppa*-*-linux*]} then {
- return;
+ return
}
if [gas_test_old "fixupbug.s" "" "Test cross space jump/call fixup bug (part 1)"] {
# ELF doesn't really handle extra sections too well...
if {[istarget hppa*64*-*-*]
|| [istarget hppa*-*-*elf*] || [istarget hppa*-*-linux*]} then {
- return;
+ return
}
gas_start "fixupbug.s" "-al"
# ELF doesn't really handle extra sections too well...
if {[istarget hppa*64*-*-*]
|| [istarget hppa*-*-*elf*] || [istarget hppa*-*-linux*]} then {
- return;
+ return
}
gas_start "picreloc.s" "-al"
# ELF doesn't really handle extra sections too well...
if {[istarget hppa*64*-*-*]
|| [istarget hppa*-*-*elf*] || [istarget hppa*-*-linux*]} then {
- return;
+ return
}
gas_start "applybug.s" "-al"
proc do_common_test {} {
# linux has a different .comm syntax
if [istarget hppa*-*-linux*] then {
- return;
+ return
}
set testname "common.s: Test for bug in .comm handling (part2)"
global srcdir
catch "exec $srcdir/lib/run $NM $NMFLAGS --help" nm_help
- return [regexp "targets:.*x86-64" $nm_help];
+ return [regexp "targets:.*x86-64" $nm_help]
}
proc gas_32_check { } {
global srcdir
catch "exec $srcdir/lib/run $NM $NMFLAGS --help" nm_help
- return [regexp "targets:.*i386" $nm_help];
+ return [regexp "targets:.*i386" $nm_help]
}
regsub -all "\n" "$line: $expect" " " title
# Make a file containing the instructions to assemble.
- set fd [open "$srcdir/$subdir/tst-m68hc1x.s" "w"];
+ set fd [open "$srcdir/$subdir/tst-m68hc1x.s" "w"]
puts -nonewline $fd "$line"
close $fd
# properties actually are.
if { [string compare $arch default] == 0
&& [string length [mips_arch_properties default]] == 0} {
- continue;
+ continue
}
if { [mips_arch_matches $arch $args] } {
lappend l $arch
global srcdir
catch "exec $srcdir/lib/run $NM $NMFLAGS --help" nm_help
- return [regexp "elf64\[_-\]sparc" $nm_help];
+ return [regexp "elf64\[_-\]sparc" $nm_help]
}
proc sparc_elf_setup { } {
catch "exec $srcdir/lib/run $AS $ASFLAGS $as_opts $srcdir/$subdir/$prog $redir" comp_output
set comp_output [prune_warnings $comp_output]
verbose "output was $comp_output"
- return [list $comp_output ""];
+ return [list $comp_output ""]
}
proc all_ones { args } {