]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gas/h8300/t03_add.exp: Remove stray semicolons.
authorBen Elliston <bje@au.ibm.com>
Wed, 12 May 2004 03:06:10 +0000 (03:06 +0000)
committerBen Elliston <bje@au.ibm.com>
Wed, 12 May 2004 03:06:10 +0000 (03:06 +0000)
* 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.

14 files changed:
gas/testsuite/ChangeLog
gas/testsuite/gas/h8300/t03_add.exp
gas/testsuite/gas/h8300/t04_sub.exp
gas/testsuite/gas/h8300/t05_cmp.exp
gas/testsuite/gas/h8300/t08_or.exp
gas/testsuite/gas/h8300/t09_xor.exp
gas/testsuite/gas/h8300/t10_and.exp
gas/testsuite/gas/hppa/reloc/reloc.exp
gas/testsuite/gas/hppa/unsorted/unsorted.exp
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/m68hc11/m68hc11.exp
gas/testsuite/gas/mips/mips.exp
gas/testsuite/gas/sparc/sparc.exp
gas/testsuite/lib/gas-defs.exp

index b6453124f479b37f8089806157aaaba5245e46ad..ad77ce4dbd025f66956d364be8eee9890c58f1ae 100644 (file)
@@ -1,3 +1,19 @@
+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
index 635daab5162b47d2287019dedd7faedba2ce7b74..fea902f374336b99ec69aa4c8cf0630cb5df1dac 100644 (file)
@@ -2940,7 +2940,7 @@ proc do_t03_add_test {} {
         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; }
index a5d134c40bea9b4e8ece108f1f9f7cd07db9043d..4ec2608a753650bf15a8a5077974ba65959bea9e 100644 (file)
@@ -2939,7 +2939,7 @@ proc do_t04_sub_test {} {
         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; }
index 502cc3031873cf4b1b6710e989d68e671e497018..26343b7a10be758aabfeb96b63fcdafbfe31b671 100644 (file)
@@ -2800,7 +2800,7 @@ proc do_t05_cmp_test {} {
         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; }
index 617b0263b529ae15074105f5ab8822557ba014fd..ff50cdc10db1ab2ba1d55729cfec6b46aa0d92a8 100644 (file)
@@ -2921,7 +2921,7 @@ proc do_t08_or_test {} {
         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; }
index 21d38a67a6702db9733306abfb3cbbb60eb4f33c..dd579b56731768662cf2c1bbe8df76b4a98aa3eb 100644 (file)
@@ -2921,7 +2921,7 @@ proc do_t09_xor_test {} {
         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; }
index d4bf5dbe05bc43547cdb86cebc74bf0368b14437..80625029c8d1b2be7e7ce46953233961e6663fc0 100644 (file)
@@ -2921,7 +2921,7 @@ proc do_t10_and_test {} {
         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; }
index bbcb435482c9b102919d7882de2fa9d43a5a993f..e4010e72d562e212fe403a8c6488c43a44913273 100644 (file)
@@ -68,7 +68,7 @@ proc do_relocation_reduction_tests {} {
 
     if {[istarget hppa*64*-*-*]
         || [istarget hppa*-*-*elf*] || [istarget hppa*-*-linux*]} then {
-      return;
+      return
     }
 
     if [gas_test_old "reduce.s" "" "Relocation reductions (part1)"] then {
@@ -245,7 +245,7 @@ proc do_selector_scope_test {} {
     set x 0
 
     if [istarget hppa*64*-*-*] then {
-      return;
+      return
     }
 
     if [gas_test_old "selectorbug.s" "" "Test scope of field selector (part 1)"] {
@@ -348,7 +348,7 @@ proc do_exit_relocation_test {} {
     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)"] {
@@ -381,7 +381,7 @@ proc do_cross_space_fixup_test_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)"] {
@@ -415,7 +415,7 @@ proc do_cross_space_fixup_test_2 {} {
     # 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"
@@ -600,7 +600,7 @@ proc do_pic_relocation_test {} {
     # 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"
@@ -629,7 +629,7 @@ proc do_apply_test {} {
     # 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"
index a63ebe763485156b2c3ce0ac89f0537816fef57a..3dc734a3b8786889e68b59c765afbced05d4ba47 100644 (file)
@@ -197,7 +197,7 @@ proc do_import_test {} {
 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)"
index 946cf9e9629185701d1a8eb087b4348c844090a2..1b8c401ae9a43440751ea5555ba305b706bfeb83 100644 (file)
@@ -20,7 +20,7 @@ proc gas_64_check { } {
     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 { } {
@@ -29,7 +29,7 @@ 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]
 }
 
 
index 868241a832ca544ed3aeedde5a85d84a53b425c8..a142f2e7244394b4dad1591237cda18935495baf 100644 (file)
@@ -43,7 +43,7 @@ proc gas_m68hc11_message { kind options line expect } {
     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
 
index a4a019174ad80e1a9eb8e6aa0620b84ee0fc9b12..ef26fe1950642d440b9258f37fc0dfa57fc172fc 100644 (file)
@@ -254,7 +254,7 @@ proc mips_arch_list_matching {args} {
        # 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
index 4b16f394103b58e1ad357aff9ac56e2975516bc4..47ee99e89c7d264379ff901d865b6bd283c44309 100644 (file)
@@ -13,7 +13,7 @@ proc gas_64_check { } {
     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 { } {
index f0c6b8c91a14db5e006c8855275386579fe67414..ff8db47b4f187b830ae070d3e96aa6189a02323c 100644 (file)
@@ -45,7 +45,7 @@ proc gas_run { prog as_opts redir } {
     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 } {