diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-04-13 02:33:26 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-04-13 02:35:26 -0400 |
commit | a542beff945c1a416f85309d57b21d4a18422883 (patch) | |
tree | c63cfeb577b2f1337b230e962cc9632061061368 /sim/common/ChangeLog | |
parent | 8c32ba22334b8be1c2cf412a789deeded786e1f5 (diff) | |
download | gdb-a542beff945c1a416f85309d57b21d4a18422883.zip gdb-a542beff945c1a416f85309d57b21d4a18422883.tar.gz gdb-a542beff945c1a416f85309d57b21d4a18422883.tar.bz2 |
sim: options: add --version support
The old run frontend had a --version option, but the new common
sim-options file does not. Restore support for that so we can
get version info out of `run` when using the new frontend.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 00a952e..a7341f5 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,5 +1,12 @@ 2015-04-13 Mike Frysinger <vapier@gentoo.org> + * sim-options.c: Include version.h. + (OPTIONS_VERSION): New enum. + (standard_options): Add "version". + (standard_option_handler): Handle OPTIONS_VERSION. + +2015-04-13 Mike Frysinger <vapier@gentoo.org> + * Makefile.in (version.o): Change to using create-version.sh from gdb. (create-version.sh): Delete. |