From 4ce3ba0865ee156be63c3d763f1678cbe57d7dd6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 2 Nov 2022 20:25:27 +0545 Subject: sim: testsuite: fix cris badarch in multi-target builds This test assumes that /bin/sh will never be a CRIS ELF by way of assuming that the current bfd cannot load it (since a basic cris cross-compiler only understands CRIS ELFs). In a multi-target build though, bfd understands just about every ELF out there, so we're able to read the /bin/sh format before failing at a diff point in the cris code. Let's switch to using / instead since it'll fail for a similar reason (at least similar enough for what this test is testing). --- sim/testsuite/cris/asm/badarch1.ms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim') diff --git a/sim/testsuite/cris/asm/badarch1.ms b/sim/testsuite/cris/asm/badarch1.ms index 3d0d812..c7f2739 100644 --- a/sim/testsuite/cris/asm/badarch1.ms +++ b/sim/testsuite/cris/asm/badarch1.ms @@ -1,5 +1,5 @@ # mach: crisv3 crisv8 crisv10 crisv32 # xerror: # output: *not a CRIS program* -# sim: /bin/sh +# sim: / .include "nopv32t.ms" -- cgit v1.1