[rtems-testing commit] sim-scripts/gdb-sim-run.in sim-scripts/gdb-sim.in: Add 6 and 7

Joel Sherrill joel at rtems.org
Thu Feb 4 21:35:16 UTC 2021


Module:    rtems-testing
Branch:    master
Commit:    650e5e403cbb8bccd4f257d5fda6ab22bb20b963
Changeset: http://git.rtems.org/rtems-testing/commit/?id=650e5e403cbb8bccd4f257d5fda6ab22bb20b963

Author:    Joel Sherrill <joel at rtems.org>
Date:      Thu Feb  4 15:32:12 2021 -0600

sim-scripts/gdb-sim-run.in sim-scripts/gdb-sim.in: Add 6 and 7

---

 sim-scripts/gdb-sim-run.in | 2 +-
 sim-scripts/gdb-sim.in     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sim-scripts/gdb-sim-run.in b/sim-scripts/gdb-sim-run.in
index 4c91f7c..4f23898 100755
--- a/sim-scripts/gdb-sim-run.in
+++ b/sim-scripts/gdb-sim-run.in
@@ -158,7 +158,7 @@ bspRedirectInput=no
 bspSkipInterruptCriticalSectionTests="no"
 bspSupportsSMP="no"
 
-for v in 5 4.12 4.11 4.10 4.9 4.8 4.7 ""
+for v in 7 6 5 4.12 4.11 4.10 4.9 4.8 4.7 ""
 do
   type @CPU_TARGET at -rtems${v}-run >/dev/null 2>&1
   if [ $? -eq 0 ] ; then
diff --git a/sim-scripts/gdb-sim.in b/sim-scripts/gdb-sim.in
index 7b86237..44cf676 100755
--- a/sim-scripts/gdb-sim.in
+++ b/sim-scripts/gdb-sim.in
@@ -19,7 +19,7 @@ USAGE=\
 System V IPC and Coverage are not supported by all BSPs or simulators.
 "
 
-for v in 5 4.12 4.11 4.10 4.9 4.8 4.7 ""
+for v in 7 6 5 4.12 4.11 4.10 4.9 4.8 4.7 ""
 do
   type @CPU_TARGET at -rtems${v}-gdb >/dev/null 2>&1
   if [ $? -eq 0 ] ; then



More information about the vc mailing list