public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: bfin: fix short --env usage in testsuite
@ 2021-11-20  2:27 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2021-11-20  2:27 UTC (permalink / raw)
  To: gdb-patches

Now that we have more than one option that matches "--env", the test
config here doesn't work.  Use the explicit --environment.
---
 sim/testsuite/bfin/mdma-32bit-1d-neg-count.c | 2 +-
 sim/testsuite/bfin/mdma-32bit-1d.c           | 2 +-
 sim/testsuite/bfin/mdma-8bit-1d-neg-count.c  | 2 +-
 sim/testsuite/bfin/mdma-8bit-1d.c            | 2 +-
 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 e380254475de..c033c23f3e7a 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 acb891ea35c7..92160704ccb1 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 26ba577adf71..4ecf9737b161 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 838409365ba1..747b8e4c3b30 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"
-- 
2.33.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-20  2:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-20  2:27 [PATCH] sim: bfin: fix short --env usage in testsuite Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).