ppc sim: Improve invalid option error message
authorJoel Brobecker <brobecker@gnat.com>
Wed, 8 Jun 2011 16:44:28 +0000 (16:44 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 8 Jun 2011 16:44:28 +0000 (16:44 +0000)
commit11eef9ed35b52f3e2647551120d8a0d16a5fbf15
treee8445be4f8e57316233b832435ed7f657a282773
parent8294052ca93e44a242bfd0a8d4fb1607da7440df
ppc sim: Improve invalid option error message

This patch improves the error message when an invalid option is
detected, by also printing the option that actually caused the error.
For instance, from GDB:

        (gdb) target sim --hello
        Invalid option: --hello
        Usage:
        [...]

We also added the usage after an invalid long-name option (Eg: --hello)
to be in line with what's being done for all other invalid options
being detected.

sim/ppc/ChangeLog:

        * psim.c (psim_options): Add option that cause the error
        in invalid-option error messages. Print the usage when
        detecting an invalid long-name option.
sim/ppc/ChangeLog
sim/ppc/psim.c
This page took 0.025776 seconds and 4 git commands to generate.