diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-03-24 00:24:35 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-03-24 00:24:35 +0000 |
commit | b2875cc0a24d686592709c5b25fba49b53e14d4a (patch) | |
tree | 96565b9ef8cc208d9a90e2534eb1dc607f7dcef8 /gdb/ChangeLog | |
parent | c78a341714d40686fecf6f3af1ea9698544713f3 (diff) | |
download | gdb-b2875cc0a24d686592709c5b25fba49b53e14d4a.zip gdb-b2875cc0a24d686592709c5b25fba49b53e14d4a.tar.gz gdb-b2875cc0a24d686592709c5b25fba49b53e14d4a.tar.bz2 |
* cli/cli-decode.c: Include "gdb_assert.h".
(add_set_or_show_cmd): New static function.
(add_set_cmd): Rewrite. Use add_set_or_show_cmd.
(add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
all fields, such as func, from the set command.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d67a234..bd81a04 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2002-03-23 Andrew Cagney <ac131313@redhat.com> + * cli/cli-decode.c: Include "gdb_assert.h". + (add_set_or_show_cmd): New static function. + (add_set_cmd): Rewrite. Use add_set_or_show_cmd. + (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy + all fields, such as func, from the set command. + +2002-03-23 Andrew Cagney <ac131313@redhat.com> + * MAINTAINERS (sh-elf): Change warning flag to -w. 2002-03-23 Andrew Cagney <cagney@redhat.com> |