summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-11-09 15:10:29 -0600
committerJoel Sherrill <joel@rtems.org>2017-11-09 15:10:29 -0600
commit0a0993f35842298c4fc990754797e41a0bfab195 (patch)
tree6ec6117d1feaf20a25430e9cd8cb4b6dfaa539ee
parentcoverity/Makefile: Reduce to no actions (diff)
downloadrtems-testing-0a0993f35842298c4fc990754797e41a0bfab195.tar.bz2
sim-scripts/gdb-sim*in: Add support for RTEMS 5.x
-rwxr-xr-xsim-scripts/gdb-sim-run.in2
-rwxr-xr-xsim-scripts/gdb-sim.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/sim-scripts/gdb-sim-run.in b/sim-scripts/gdb-sim-run.in
index 87096d6..4c91f7c 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 4.12 4.11 4.10 4.9 4.8 4.7 ""
+for v in 5 4.12 4.11 4.10 4.9 4.8 4.7 ""
do
type @CPU_TARGET@-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 e01fbbc..7b86237 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 4.12 4.11 4.10 4.9 4.8 4.7 ""
+for v in 5 4.12 4.11 4.10 4.9 4.8 4.7 ""
do
type @CPU_TARGET@-rtems${v}-gdb >/dev/null 2>&1
if [ $? -eq 0 ] ; then