From: Mike Frysinger Date: Sat, 20 Nov 2021 02:26:57 +0000 (-0500) Subject: sim: bfin: fix short --env usage in testsuite X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e3e76d17b8443306f8629a6be575a141d201cb2;p=binutils-gdb.git 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. --- diff --git a/sim/testsuite/bfin/mdma-32bit-1d-neg-count.c b/sim/testsuite/bfin/mdma-32bit-1d-neg-count.c index e380254475d..c033c23f3e7 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 acb891ea35c..92160704ccb 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 26ba577adf7..4ecf9737b16 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 838409365ba..747b8e4c3b3 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"