Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/sim/testsuite/cris/asm/opterr3.ms
2023-03-06 14:48:14 +01:00

10 lines
382 B
Text

# mach: crisv3 crisv8 crisv10 crisv32
# ld: -N --oformat binary --section-start=.text=0x10000000
# sim: --cris-naked --memory-mapfile
# xerror:
# output: Usage: run *\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).