sim: testsuite: fix cris badarch in multi-target builds
authorMike Frysinger <vapier@gentoo.org>
Wed, 2 Nov 2022 14:40:27 +0000 (20:25 +0545)
committerMike Frysinger <vapier@gentoo.org>
Thu, 3 Nov 2022 18:42:41 +0000 (01:42 +0700)
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

index 3d0d8121834a700b033bb20e99c3901eb3277016..c7f27390efa0cd4a2a6af357c552d4de1a33cac9 100644 (file)
@@ -1,5 +1,5 @@
 # mach: crisv3 crisv8 crisv10 crisv32
 # xerror:
 # output: *not a CRIS program*
-# sim: /bin/sh
+# sim: /
  .include "nopv32t.ms"