aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/pru
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-11-26 00:18:45 -0500
committerMike Frysinger <vapier@gentoo.org>2021-11-28 21:55:16 -0500
commitb42f20d2ac724c4936ff9cc1109f6cf2d91a7a52 (patch)
tree82e4f2537200e3846ba1e65f8aae9e4e44a2249a /sim/testsuite/pru
parent804de1faf4f667bbca5b9ff38dcfe37493052098 (diff)
downloadgdb-b42f20d2ac724c4936ff9cc1109f6cf2d91a7a52.zip
gdb-b42f20d2ac724c4936ff9cc1109f6cf2d91a7a52.tar.gz
gdb-b42f20d2ac724c4936ff9cc1109f6cf2d91a7a52.tar.bz2
sim: testsuite: drop most specific istarget checks
We'll rely on the toolchain probing to determine whether each arch's tests can be run rather the current configure target. This allows testing all of the ports in a multitarget configuration. For now, we don't reformat the files entirely to make it easier to review, and in case we need to make adjustments. Once this feels like it's stable, we can flatten the code a bit by removing the if statement entirely.
Diffstat (limited to 'sim/testsuite/pru')
-rw-r--r--sim/testsuite/pru/allinsn.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/testsuite/pru/allinsn.exp b/sim/testsuite/pru/allinsn.exp
index b71a387..3c7b4fd 100644
--- a/sim/testsuite/pru/allinsn.exp
+++ b/sim/testsuite/pru/allinsn.exp
@@ -20,7 +20,7 @@
sim_init
-if [istarget pru-*] {
+if [istarget *] {
# all machines
set all_machs "pru"