sim: testsuite: cleanup the istarget * logic
authorMike Frysinger <vapier@gentoo.org>
Thu, 24 Jun 2021 03:23:27 +0000 (23:23 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 16 Feb 2022 05:36:47 +0000 (00:36 -0500)
Now that the multitarget testing has settled, clean up the cases where
istarget * is used.  This ends up being mostly style unindenting.

46 files changed:
sim/testsuite/aarch64/allinsn.exp
sim/testsuite/arm/allinsn.exp
sim/testsuite/arm/iwmmxt/iwmmxt.exp
sim/testsuite/arm/misc.exp
sim/testsuite/arm/thumb/allthumb.exp
sim/testsuite/arm/xscale/xscale.exp
sim/testsuite/avr/allinsn.exp
sim/testsuite/bfin/allinsn.exp
sim/testsuite/bpf/allinsn.exp
sim/testsuite/cr16/allinsn.exp
sim/testsuite/cr16/misc.exp
sim/testsuite/cris/asm/asm.exp
sim/testsuite/d10v/allinsn.exp
sim/testsuite/example-synacor/allinsn.exp
sim/testsuite/frv/allinsn-a-b.exp
sim/testsuite/frv/allinsn-c.exp
sim/testsuite/frv/allinsn-d-h.exp
sim/testsuite/frv/allinsn-i-l.exp
sim/testsuite/frv/allinsn-m.exp
sim/testsuite/frv/allinsn-n.exp
sim/testsuite/frv/allinsn-o-s.exp
sim/testsuite/frv/allinsn-t-z.exp
sim/testsuite/frv/fr400/allinsn.exp
sim/testsuite/frv/fr500/allinsn.exp
sim/testsuite/frv/fr550/allinsn.exp
sim/testsuite/frv/interrupts.exp
sim/testsuite/frv/misc.exp
sim/testsuite/frv/parallel.exp
sim/testsuite/ft32/allinsn.exp
sim/testsuite/h8300/allinsn.exp
sim/testsuite/iq2000/allinsn.exp
sim/testsuite/lm32/allinsn.exp
sim/testsuite/m32c/allinsn.exp
sim/testsuite/m32r/allinsn.exp
sim/testsuite/m32r/misc.exp
sim/testsuite/m68hc11/allinsn.exp
sim/testsuite/mcore/allinsn.exp
sim/testsuite/microblaze/allinsn.exp
sim/testsuite/mn10300/allinsn.exp
sim/testsuite/moxie/allinsn.exp
sim/testsuite/msp430/allinsn.exp
sim/testsuite/or1k/alltests.exp
sim/testsuite/pru/allinsn.exp
sim/testsuite/riscv/allinsn.exp
sim/testsuite/sh/allinsn.exp
sim/testsuite/v850/allinsns.exp

index e09d15739b3dcd22db202ac671e400fa00cffae9..abc11462f0951e1d4457e4d81e5f4555adee7f4f 100644 (file)
@@ -2,16 +2,13 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "aarch64"
+# all machines
+set all_machs "aarch64"
 
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index da28b69e51a645be1857a0e7eca9ce1587f7d12c..95a5759a5689ea7ccb67d34ac89a7b492117a88b 100644 (file)
@@ -2,18 +2,14 @@
 
 sim_init
 
-if { [istarget *] } {
-    # all machines
-    set all_machs "xscale"
-
-    # The .cgs suffix is for "cgen .s".
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-
-       run_sim_test $src $all_machs
+# all machines
+set all_machs "xscale"
+
+# The .cgs suffix is for "cgen .s".
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 19a78a201ed72985612b694ad75cafd40721da3b..3e0fb333429a58e79db88e613a643d587fb9900d 100644 (file)
@@ -2,18 +2,14 @@
 
 sim_init
 
-if { [istarget *] } {
-    # all machines
-    set all_machs "xscale"
-
-    # The .cgs suffix is for "cgen .s".
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-
-       run_sim_test $src $all_machs
+# all machines
+set all_machs "xscale"
+
+# The .cgs suffix is for "cgen .s".
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 47d714cce2f9f283ef0c7bc3cacd7f5f31737d0b..5ba5f648bb17e842c4b455f3beac2f0cb04fb9b6 100644 (file)
@@ -2,18 +2,14 @@
 
 sim_init
 
-if { [istarget *] } {
-    # all machines
-    set all_machs "arm7tdmi"
-
-    # The .ms suffix is for "miscellaneous .s".
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.ms]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-
-       run_sim_test $src $all_machs
+# all machines
+set all_machs "arm7tdmi"
+
+# The .ms suffix is for "miscellaneous .s".
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.ms]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 36eb29c08f0fd7382f457c6a1470b8619852551f..db1d00d1318f47249bdf4ab09082340529b2c599 100644 (file)
@@ -2,18 +2,14 @@
 
 sim_init
 
-if { [istarget *] } {
-    # all machines
-    set all_machs "arm7tdmi"
-
-    # The .cgs suffix is for "cgen .s".
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-
-       run_sim_test $src $all_machs
+# all machines
+set all_machs "arm7tdmi"
+
+# The .cgs suffix is for "cgen .s".
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 80faf5c119fd13067f9e87ff9752ab8c1dc8e707..0e5a7549b542e972692af5e7e7587feec02cbb6e 100644 (file)
@@ -2,18 +2,14 @@
 
 sim_init
 
-if { [istarget *] } {
-    # all machines
-    set all_machs "xscale"
-
-    # The .cgs suffix is for "cgen .s".
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-
-       run_sim_test $src $all_machs
+# all machines
+set all_machs "xscale"
+
+# The .cgs suffix is for "cgen .s".
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 56b6e396881da6790fd5a1946e871a0a62f045c8..4664686fb5aaf4da98a75793baf22e7928edbbd6 100644 (file)
@@ -2,16 +2,13 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "avr"
+# all machines
+set all_machs "avr"
 
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index d6a45304e36c96f3a36e674155941d73878df8b5..fccad36c8665cf3fdef9df1d26928dd82f90dc14 100644 (file)
@@ -6,16 +6,13 @@ global CFLAGS_FOR_TARGET_init
 set CFLAGS_FOR_TARGET_init "-mcpu=bf537"
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "bfin"
+# all machines
+set all_machs "bfin"
 
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.\[csS\]]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.\[csS\]]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 88752b8e568dcad9b2d2831e9e00102ce22a9554..98f0346776a777ac13e21f7aa85d5313e25ba317 100644 (file)
@@ -2,23 +2,19 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "bpf"
+# all machines
+set all_machs "bpf"
 
-    global SIMFLAGS_FOR_TARGET
-    set SIMFLAGS_FOR_TARGET "--memory-size=4Mb"
+global SIMFLAGS_FOR_TARGET
+set SIMFLAGS_FOR_TARGET "--memory-size=4Mb"
 
-    global LDFLAGS_FOR_TARGET
-    set LDFLAGS_FOR_TARGET "-Ttext=0x0"
+global LDFLAGS_FOR_TARGET
+set LDFLAGS_FOR_TARGET "-Ttext=0x0"
 
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-
-       run_sim_test $src $all_machs
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 39b464a85ffcd3b7c904ae220be4442d2fcfb378..1bdda16635b08c2ffbe1dafafba8a0b4663d1bb5 100644 (file)
@@ -2,23 +2,19 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "cr16"
+# all machines
+set all_machs "cr16"
 
-    global SIMFLAGS_FOR_TARGET
-    # The cr16 linker sets the default LMA base to 0, and all the code
-    # expects the VMA when running, so use that when running the tests.
-    set SIMFLAGS_FOR_TARGET "--load-vma"
+global SIMFLAGS_FOR_TARGET
+# The cr16 linker sets the default LMA base to 0, and all the code
+# expects the VMA when running, so use that when running the tests.
+set SIMFLAGS_FOR_TARGET "--load-vma"
 
-    # The .cgs suffix is for "cgen .s".
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-
-       run_sim_test $src $all_machs
+# The .cgs suffix is for "cgen .s".
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 4d42667b0a43721d913e860fe79dabe322846af9..40cdd965cfb9d68f41ef795b1daf4436b8af33fc 100644 (file)
@@ -2,23 +2,19 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "cr16"
+# all machines
+set all_machs "cr16"
 
-    global SIMFLAGS_FOR_TARGET
-    # The cr16 linker sets the default LMA base to 0, and all the code
-    # expects the VMA when running, so use that when running the tests.
-    set SIMFLAGS_FOR_TARGET "--load-vma"
+global SIMFLAGS_FOR_TARGET
+# The cr16 linker sets the default LMA base to 0, and all the code
+# expects the VMA when running, so use that when running the tests.
+set SIMFLAGS_FOR_TARGET "--load-vma"
 
-    # The .ms suffix is for "miscellaneous .s".
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.ms]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-
-       run_sim_test $src $all_machs
+# The .ms suffix is for "miscellaneous .s".
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.ms]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 6fed30acbd86672e427d9b15c53ffed0273a2087..fe6b373ac43de60613d1b4b14bfce63f38154a19 100644 (file)
 
 sim_init
 
-if [istarget *] {
-    global ASFLAGS_FOR_TARGET
-    # All machines we test and the corresponding assembler option.  Needs
-    # update if we build the simulator for crisv0 crisv3 and crisv8 too.
-
-    set combos {{"crisv10" "--march=v10 --no-mul-bug-abort"}
-                {"crisv32" "--march=v32"}}
-
-    # We need to pass different assembler flags for each machine.
-    # Specifying it here rather than adding a specifier to each and every
-    # test-file is preferrable.
-
-    foreach combo $combos {
-       set mach [lindex $combo 0]
-       set ASFLAGS_FOR_TARGET "[lindex $combo 1]"
-
-       # The .ms suffix is for "miscellaneous .s".
-       foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.ms]] {
-           # If we're only testing specific files and this isn't one of them,
-           # skip it.
-           if ![runtest_file_p $runtests $src] {
-               continue
-           }
-
-           run_sim_test $src $mach
+global ASFLAGS_FOR_TARGET
+# All machines we test and the corresponding assembler option.  Needs
+# update if we build the simulator for crisv0 crisv3 and crisv8 too.
+
+set combos {{"crisv10" "--march=v10 --no-mul-bug-abort"}
+           {"crisv32" "--march=v32"}}
+
+# We need to pass different assembler flags for each machine.
+# Specifying it here rather than adding a specifier to each and every
+# test-file is preferrable.
+
+foreach combo $combos {
+    set mach [lindex $combo 0]
+    set ASFLAGS_FOR_TARGET "[lindex $combo 1]"
+
+    # The .ms suffix is for "miscellaneous .s".
+    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.ms]] {
+       # If we're only testing specific files and this isn't one of them,
+       # skip it.
+       if ![runtest_file_p $runtests $src] {
+           continue
        }
+
+       run_sim_test $src $mach
     }
 }
index 97265a15db7bec6830332345228d9fca7e9eedb3..430c22e2606d758aab277bdcb3899ba3e5e4b06d 100644 (file)
@@ -2,16 +2,13 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "d10v"
+# all machines
+set all_machs "d10v"
 
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 07401ced9bb46e20a22de88d61109505be6ae1f9..f751f3117e7cfc38cc66b7f4e43ef0251ec91428 100644 (file)
@@ -2,19 +2,16 @@
 
 sim_init
 
-if [istarget *] {
-    # All machines.
-    set all_machs "example"
+# All machines.
+set all_machs "example"
 
-    global LDFLAGS_FOR_TARGET
-    set LDFLAGS_FOR_TARGET "-Ttext=0"
+global LDFLAGS_FOR_TARGET
+set LDFLAGS_FOR_TARGET "-Ttext=0"
 
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index c24cd42fb19668eb0860bc8e148eb4caf9b7dc7d..6831231e3301014456232a33a1f8fd376219c520 100644 (file)
@@ -8,8 +8,7 @@ set cpu_option -mcpu
 
 # The .cgs suffix is for "cgen .s".
 foreach src [lsort [glob -nocomplain $srcdir/$subdir/\[a-b\]*.cgs]] {
-    # If we're only testing specific files and this isn't one of them,
-    # skip it.
+    # If we're only testing specific files and this isn't one of them, skip it.
     if ![runtest_file_p $runtests $src] {
        continue
     }
index e1672e8f273632f7f456fa5e289bbef5f22687d5..2d82fb47544a1aede82f3f08614db2a99b2b13c5 100644 (file)
@@ -8,8 +8,7 @@ set cpu_option -mcpu
 
 # The .cgs suffix is for "cgen .s".
 foreach src [lsort [glob -nocomplain $srcdir/$subdir/\[c\]*.cgs]] {
-    # If we're only testing specific files and this isn't one of them,
-    # skip it.
+    # If we're only testing specific files and this isn't one of them, skip it.
     if ![runtest_file_p $runtests $src] {
        continue
     }
index 8c29369035a28888020ed1bc0d8b50e6b9b9dc25..42645e1c6588fa13710705f1517e94d59748a135 100644 (file)
@@ -8,8 +8,7 @@ set cpu_option -mcpu
 
 # The .cgs suffix is for "cgen .s".
 foreach src [lsort [glob -nocomplain $srcdir/$subdir/\[d-h\]*.cgs]] {
-    # If we're only testing specific files and this isn't one of them,
-    # skip it.
+    # If we're only testing specific files and this isn't one of them, skip it.
     if ![runtest_file_p $runtests $src] {
        continue
     }
index 10b8793ceee546663f92bb77b7adff5b1c9e734f..faa07cde1eacd1e66b6c227fa926a1f068470c92 100644 (file)
@@ -8,8 +8,7 @@ set cpu_option -mcpu
 
 # The .cgs suffix is for "cgen .s".
 foreach src [lsort [glob -nocomplain $srcdir/$subdir/\[i-l\]*.cgs]] {
-    # If we're only testing specific files and this isn't one of them,
-    # skip it.
+    # If we're only testing specific files and this isn't one of them, skip it.
     if ![runtest_file_p $runtests $src] {
        continue
     }
index e3733e05550a845d63d0551036c1d3dcd4a79ede..aba950773758dc44af75285e489ee6f7e7d47be3 100644 (file)
@@ -8,8 +8,7 @@ set cpu_option -mcpu
 
 # The .cgs suffix is for "cgen .s".
 foreach src [lsort [glob -nocomplain $srcdir/$subdir/\[m\]*.cgs]] {
-    # If we're only testing specific files and this isn't one of them,
-    # skip it.
+    # If we're only testing specific files and this isn't one of them, skip it.
     if ![runtest_file_p $runtests $src] {
        continue
     }
index e6c41b414f621c2b787eac08ceeb60357156bb95..3b41fef32126404f227f89867dbcb048d353d8a8 100644 (file)
@@ -8,8 +8,7 @@ set cpu_option -mcpu
 
 # The .cgs suffix is for "cgen .s".
 foreach src [lsort [glob -nocomplain $srcdir/$subdir/\[n\]*.cgs]] {
-    # If we're only testing specific files and this isn't one of them,
-    # skip it.
+    # If we're only testing specific files and this isn't one of them, skip it.
     if ![runtest_file_p $runtests $src] {
        continue
     }
index 98906e81bc41760897c3910bb87453d7cb95a2e2..6e172fc38d0e013848d31e6dbbbc9c79a433ee81 100644 (file)
@@ -8,8 +8,7 @@ set cpu_option -mcpu
 
 # The .cgs suffix is for "cgen .s".
 foreach src [lsort [glob -nocomplain $srcdir/$subdir/\[o-s\]*.cgs]] {
-    # If we're only testing specific files and this isn't one of them,
-    # skip it.
+    # If we're only testing specific files and this isn't one of them, skip it.
     if ![runtest_file_p $runtests $src] {
        continue
     }
index 04b0e5709cb1574ec750a65e9f4f32884f16775b..52610c2ab8e372f787d3dfd6e252bc2ee0f98dc3 100644 (file)
@@ -8,8 +8,7 @@ set cpu_option -mcpu
 
 # The .cgs suffix is for "cgen .s".
 foreach src [lsort [glob -nocomplain $srcdir/$subdir/\[t-z\]*.cgs]] {
-    # If we're only testing specific files and this isn't one of them,
-    # skip it.
+    # If we're only testing specific files and this isn't one of them, skip it.
     if ![runtest_file_p $runtests $src] {
        continue
     }
index 4f92f227d9255ec5b2e7b65fbc87dc6870ead5e6..b4fa18630c56ddc4670a821ca776338117bce401 100644 (file)
@@ -2,18 +2,15 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "fr400 fr405 fr450 fr550"
-    set cpu_option -mcpu
+# all machines
+set all_machs "fr400 fr405 fr450 fr550"
+set cpu_option -mcpu
 
-    # The .cgs suffix is for "cgen .s".
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+# The .cgs suffix is for "cgen .s".
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index ec1309a24411bb0e7b7685f526e5f53a98cea37a..4e7360cb445e87a9e3bdd2eea84c97db7f3bb650 100644 (file)
@@ -2,18 +2,15 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "frv fr500 fr550"
-    set cpu_option -mcpu
+# all machines
+set all_machs "frv fr500 fr550"
+set cpu_option -mcpu
 
-    # The .cgs suffix is for "cgen .s".
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+# The .cgs suffix is for "cgen .s".
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 56df37d427dc3d6e38f5a8d96e399df0fece5c2e..6b4ce7774cdeca8bd155b67a482c17d17bd7f982 100644 (file)
@@ -2,18 +2,15 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "fr550"
-    set cpu_option -mcpu
+# all machines
+set all_machs "fr550"
+set cpu_option -mcpu
 
-    # The .cgs suffix is for "cgen .s".
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+# The .cgs suffix is for "cgen .s".
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index ec83de422ea8db599335e09d745ac9e856a8e9b6..fe88591acf98106dddb1f398fe5267aac2d8f48e 100644 (file)
@@ -2,18 +2,15 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "frv fr500 fr550 fr400"
-    set cpu_option -mcpu
+# all machines
+set all_machs "frv fr500 fr550 fr400"
+set cpu_option -mcpu
 
-    # The .cgs suffix is for "cgen .s".
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/interrupts/*.cgs]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+# The .cgs suffix is for "cgen .s".
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/interrupts/*.cgs]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 21877f963381fc5ec0d3ec97b864be47e4f7a704..b5cacf80746768a5b5de48f360940e62add6632d 100644 (file)
@@ -2,18 +2,15 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "frv fr500 fr550 fr400 fr405 fr450"
-    set cpu_option -mcpu
+# all machines
+set all_machs "frv fr500 fr550 fr400 fr405 fr450"
+set cpu_option -mcpu
 
-    # The .ms suffix is for "miscellaneous .s".
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.ms]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+# The .ms suffix is for "miscellaneous .s".
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.ms]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 00bcccd66efb1aeb182a9a55790b21921043e40e..5fe27087ef35fcde9323f0a38929e6e54267ac15 100644 (file)
@@ -2,18 +2,15 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "frv fr500 fr550 fr400"
-    set cpu_option -mcpu
+# all machines
+set all_machs "frv fr500 fr550 fr400"
+set cpu_option -mcpu
 
-    # The .pcgs suffix is for "parallel cgen .s".
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.pcgs]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+# The .pcgs suffix is for "parallel cgen .s".
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.pcgs]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 260f13e1cebc6142a2a3ead52d4c005248cb2f70..bd3a6bb10ac89ee8be1b6d3655261436710be539 100644 (file)
@@ -2,16 +2,13 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "ft32"
+# all machines
+set all_machs "ft32"
 
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index f270661f021eac13c31c4edf0b2c12a37fc6de3e..4f0e6db91bff3a1e516cf90df61b72473350a371 100644 (file)
@@ -2,16 +2,12 @@
 
 sim_init
 
-if {[istarget *]} {
-    set all_machs "h8300 h8300h h8300s h8sx"
+set all_machs "h8300 h8300h h8300s h8sx"
 
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-
-       run_sim_test $src $all_machs
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 30a1c94ea61d45648aa39d1e6ae41c426a0ea852..554c6aedf5a4e9a2b99e2ac757e1df48b4382dad 100644 (file)
@@ -2,16 +2,13 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "iq2000"
+# all machines
+set all_machs "iq2000"
 
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index fb5d4d3471e315a3d0f845a7c2f4295ab99b7889..67c70ecadd1b7822a05e11771f497976301ae7e0 100644 (file)
@@ -2,16 +2,13 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "lm32"
+# all machines
+set all_machs "lm32"
 
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index c979514f5dd8463ca6e9fcdb06b56de93635db8e..4df54fb8c8f36aa283e3e2067e0afbd858b39215 100644 (file)
@@ -3,16 +3,13 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "m32c"
+# all machines
+set all_machs "m32c"
 
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index c20fc86558be581a8492892dc08ae2d6a661a9b2..fb8646f8ccc2972e140efb97eeb79294ecf7f020 100644 (file)
@@ -2,19 +2,14 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "m32r"
-
-
-    # The .cgs suffix is for "cgen .s".
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-
-       run_sim_test $src $all_machs
+# all machines
+set all_machs "m32r"
+
+# The .cgs suffix is for "cgen .s".
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 2ca2c03018ba0f473a55e601f960867f7405da9f..c5a0c7d4404ee14f556351a4e7907a025ce02051 100644 (file)
@@ -2,19 +2,14 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "m32r"
-
-
-    # The .ms suffix is for "miscellaneous .s".
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.ms]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-
-       run_sim_test $src $all_machs
+# all machines
+set all_machs "m32r"
+
+# The .ms suffix is for "miscellaneous .s".
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.ms]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 09653a00c45f59a3e3ac2ca9e24b96020867241b..5a10cc5131cf6034ed6235866c9225f1f5a26885 100644 (file)
@@ -2,16 +2,13 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "m68hc11"
+# all machines
+set all_machs "m68hc11"
 
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 64747752a8e570e3170d8917b47730f0964bcb38..3333fdc3aeda179e64afb322f4164fc6a6eb645c 100644 (file)
@@ -2,16 +2,13 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "mcore"
+# all machines
+set all_machs "mcore"
 
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 3f582b033d3d0143fbf78f9cf16061f4541ca751..97dc6ec46249f7dd422939a22aa94e1009a9f81c 100644 (file)
@@ -2,16 +2,13 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "microblaze"
+# all machines
+set all_machs "microblaze"
 
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 3e5903ac7ba078ac738ca3f00ce951a55193762e..96a1c150c6de7a93280388d782a3af89a632fdb6 100644 (file)
@@ -2,16 +2,13 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "mn10300"
+# all machines
+set all_machs "mn10300"
 
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 3f2f0a7ac3fa99ff764053d4adeea03b4b4c6c6e..30871685a2049dbdd8d9ccf61ba59ab4d19959f1 100644 (file)
@@ -2,16 +2,13 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "moxie"
+# all machines
+set all_machs "moxie"
 
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 888afa918d84af0587f26613e1f13e7d193302dc..ee56936cb90003985999a6f806da1b239bc19a81 100644 (file)
@@ -2,16 +2,13 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "msp430"
+# all machines
+set all_machs "msp430"
 
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 1b26e5b20190c0eee5d08c60234b30c28c70721c..15a7fd47c79217d3c8f6433843d00820118a2ef1 100644 (file)
 
 sim_init
 
-if [istarget *] {
-    set all_machs "or1k"
+set all_machs "or1k"
 
-    global LDFLAGS_FOR_TARGET
-    set LDFLAGS_FOR_TARGET "-T $srcdir/$subdir/or1k-test.ld"
+global LDFLAGS_FOR_TARGET
+set LDFLAGS_FOR_TARGET "-T $srcdir/$subdir/or1k-test.ld"
 
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.S]] {
-
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-
-       run_sim_test $src $all_machs
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.S]] {
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
-
+    run_sim_test $src $all_machs
 }
index 9b98e22e7284e67a6073ccb67eb75e7eeb9a8038..465582f56377b227474793f849f36054d0321120 100644 (file)
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "pru"
+# all machines
+set all_machs "pru"
 
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index db310c30ea5854beba8d37f0a043f0bf175b74f3..972edf4d5ecf95b538ed069e59d2f2373c6f7082 100644 (file)
@@ -2,16 +2,13 @@
 
 sim_init
 
-if [istarget *] {
-    # all machines
-    set all_machs "riscv"
+# all machines
+set all_machs "riscv"
 
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }
index 69d324ae91d91cc2686e207b86b69955bf49ca5d..4eabdf2602c9fb03b0ba16ac90095432858cfef9 100644 (file)
@@ -14,8 +14,6 @@ foreach opt $board_variant_list {
     }
 }
 
-if [istarget *] {
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
-       run_sim_test $src $all_machs
-    }
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
+    run_sim_test $src $all_machs
 }
index 1aa80249f9db6393a3de34c2cf48e6eb74276748..4cc461c30fd62f774788dd4bde9ad19a54d7d9cb 100644 (file)
@@ -2,23 +2,20 @@
 
 sim_init
 
-if [istarget *] {
-    # All machines.
-    # Should add more cpus if the testsuite adds coverage for their insns, but
-    # at the core level, there's no deviation beyond these two.
-    set all_machs "v850e v850"
+# All machines.
+# Should add more cpus if the testsuite adds coverage for their insns, but
+# at the core level, there's no deviation beyond these two.
+set all_machs "v850e v850"
 
-    # gas doesn't support any '=' option for v850.
-    set cpu_option_sep ""
-    set cpu_option -m
+# gas doesn't support any '=' option for v850.
+set cpu_option_sep ""
+set cpu_option -m
 
-    # The .cgs suffix is for "cgen .s".
-    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
-       # If we're only testing specific files and this isn't one of them,
-       # skip it.
-       if ![runtest_file_p $runtests $src] {
-           continue
-       }
-       run_sim_test $src $all_machs
+# The .cgs suffix is for "cgen .s".
+foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
+    # If we're only testing specific files and this isn't one of them, skip it.
+    if ![runtest_file_p $runtests $src] {
+       continue
     }
+    run_sim_test $src $all_machs
 }