From: Andrew Cagney Date: Mon, 12 May 1997 04:30:38 +0000 (+0000) Subject: Match commands like `(gdb) sim a b c' against options --a-b-c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e05e76e8a470200543c927636f8ceae638236c5f;p=binutils-gdb.git Match commands like `(gdb) sim a b c' against options --a-b-c. --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index fe09b689edd..54a4c6b30c5 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,11 @@ +Mon May 12 08:55:07 1997 Andrew Cagney + + * 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 * sim-options.c (sim_print_help): For optional arguments, wrap