diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-05-12 04:30:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-05-12 04:30:38 +0000 |
commit | e05e76e8a470200543c927636f8ceae638236c5f (patch) | |
tree | a39ebfbf0ec80b8d27d81d12783a8d82981ce84f /sim | |
parent | 8ad607885008d471bdb40901b18cc46f7be7fb69 (diff) | |
download | gdb-e05e76e8a470200543c927636f8ceae638236c5f.zip gdb-e05e76e8a470200543c927636f8ceae638236c5f.tar.gz gdb-e05e76e8a470200543c927636f8ceae638236c5f.tar.bz2 |
Match commands like `(gdb) sim a b c' against options --a-b-c.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index fe09b68..54a4c6b 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,11 @@ +Mon May 12 08:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * sim-options.h (struct OPTION): Add doc_opt as the documenting + name of the option - or family of options. + + * sim-options.c (sim_args_command): Match command `a-b c' with + option `--a-b-c' from option table. + Thu May 8 12:40:07 1997 Andrew Cagney <cagney@b1.cygnus.com> * sim-options.c (sim_print_help): For optional arguments, wrap |