aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-11-19 21:26:57 -0500
committerMike Frysinger <vapier@gentoo.org>2021-11-19 21:27:50 -0500
commit6e3e76d17b8443306f8629a6be575a141d201cb2 (patch)
treedb79db508edddd1466da6f2a2cba898ccbab473c /sim/testsuite
parent2538d4f18b23b7f6f610a34b1acf0656b569fe94 (diff)
downloadgdb-6e3e76d17b8443306f8629a6be575a141d201cb2.zip
gdb-6e3e76d17b8443306f8629a6be575a141d201cb2.tar.gz
gdb-6e3e76d17b8443306f8629a6be575a141d201cb2.tar.bz2
sim: bfin: fix short --env usage in testsuite
Now that we have more than one option that matches "--env", the test config here doesn't work. Use the explicit --environment.
Diffstat (limited to 'sim/testsuite')
-rw-r--r--sim/testsuite/bfin/mdma-32bit-1d-neg-count.c2
-rw-r--r--sim/testsuite/bfin/mdma-32bit-1d.c2
-rw-r--r--sim/testsuite/bfin/mdma-8bit-1d-neg-count.c2
-rw-r--r--sim/testsuite/bfin/mdma-8bit-1d.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/sim/testsuite/bfin/mdma-32bit-1d-neg-count.c b/sim/testsuite/bfin/mdma-32bit-1d-neg-count.c
index e380254..c033c23 100644
--- a/sim/testsuite/bfin/mdma-32bit-1d-neg-count.c
+++ b/sim/testsuite/bfin/mdma-32bit-1d-neg-count.c
@@ -1,7 +1,7 @@
/* Basic MDMA device tests.
# mach: bfin
# cc: -mcpu=bf537 -nostdlib -lc
-# sim: --env operating --model bf537
+# sim: --environment operating --model bf537
*/
#include "test.h"
diff --git a/sim/testsuite/bfin/mdma-32bit-1d.c b/sim/testsuite/bfin/mdma-32bit-1d.c
index acb891e..9216070 100644
--- a/sim/testsuite/bfin/mdma-32bit-1d.c
+++ b/sim/testsuite/bfin/mdma-32bit-1d.c
@@ -1,7 +1,7 @@
/* Basic MDMA device tests.
# mach: bfin
# cc: -mcpu=bf537 -nostdlib -lc
-# sim: --env operating --model bf537
+# sim: --environment operating --model bf537
*/
#include "test.h"
diff --git a/sim/testsuite/bfin/mdma-8bit-1d-neg-count.c b/sim/testsuite/bfin/mdma-8bit-1d-neg-count.c
index 26ba577..4ecf973 100644
--- a/sim/testsuite/bfin/mdma-8bit-1d-neg-count.c
+++ b/sim/testsuite/bfin/mdma-8bit-1d-neg-count.c
@@ -1,7 +1,7 @@
/* Basic MDMA device tests.
# mach: bfin
# cc: -mcpu=bf537 -nostdlib -lc
-# sim: --env operating --model bf537
+# sim: --environment operating --model bf537
*/
#include "test.h"
diff --git a/sim/testsuite/bfin/mdma-8bit-1d.c b/sim/testsuite/bfin/mdma-8bit-1d.c
index 8384093..747b8e4 100644
--- a/sim/testsuite/bfin/mdma-8bit-1d.c
+++ b/sim/testsuite/bfin/mdma-8bit-1d.c
@@ -1,7 +1,7 @@
/* Basic MDMA device tests.
# mach: bfin
# cc: -mcpu=bf537 -nostdlib -lc
-# sim: --env operating --model bf537
+# sim: --environment operating --model bf537
*/
#include "test.h"