Browse Source
The cris sim hit a few failures after the recent getopt logic, and the expected output showed a few ways we can improve things to better match other utils.gdb-7.11-branch
5 changed files with 12 additions and 3 deletions
@ -1,5 +1,5 @@ |
|||
# mach: crisv3 crisv8 crisv10 crisv32 |
|||
# xerror: |
|||
# output: *: unrecognized option [`']--cris-stats=xyz'\n |
|||
# output: *: unrecognized option [`']--cris-stats=xyz'\nUse --help for a complete list of options.\n |
|||
# sim: --cris-stats=xyz |
|||
.include "nopv32t.ms" |
|||
|
|||
@ -1,5 +1,5 @@ |
|||
# mach: crisv3 crisv8 crisv10 crisv32 |
|||
# xerror: |
|||
# output: *: unrecognized option [`']--cris-xyz'\n |
|||
# output: *: unrecognized option [`']--cris-xyz'\nUse --help for a complete list of options.\n |
|||
# sim: --cris-xyz |
|||
.include "nopv32t.ms" |
|||
|
|||
Loading…
Reference in new issue