mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
1368b914e9
Now that all port tests live under testsuite/sim/*/, and none live in testsuite/ directly, flatten the structure by moving all of the dirs under testsuite/sim/ to testsuite/ directly. We need to stop passing --tool to dejagnu so that it searches all dirs and not just ones that start with "sim". Since we have no other dirs in this tree, and no plans to add any, should be fine.
11 lines
417 B
Plaintext
11 lines
417 B
Plaintext
# mach: crisv3 crisv8 crisv10 crisv32
|
|
# ld: -N --oformat binary --section-start=.text=0x10000000
|
|
# sim: --cris-naked --memory-mapfile
|
|
# xerror:
|
|
# output: Usage: run \[options\] program \[program args\]\n*\n
|
|
# progopts: --memory-region 0x10000000,0x1000
|
|
.include "bare3.ms"
|
|
|
|
; Check that we get an error for wrong usage, not a SEGV for lack of
|
|
; bfd when missing the program argument (can't use *only* mapped files).
|