diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-15 18:45:32 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-15 18:45:32 +0000 |
commit | 7f19b9a2d27295b92e12c1767a56afd54857be5f (patch) | |
tree | 133720b10105c7a39919eea42ebe1d0ef4369eb0 /gdb/ChangeLog | |
parent | 72797995ca94ab07c55b11c4f036305250d7378c (diff) | |
download | gdb-7f19b9a2d27295b92e12c1767a56afd54857be5f.zip gdb-7f19b9a2d27295b92e12c1767a56afd54857be5f.tar.gz gdb-7f19b9a2d27295b92e12c1767a56afd54857be5f.tar.bz2 |
* defs.h (auto_boolean): Declare enum.
* command.h (cmd_auto_boolean): Delete enum.
* mips-tdep.c (mask_address_var): Update.
(mips_mask_address_p): Update.
(show_mask_address): Update.
* remote.c (struct packet_config): Update.
(update_packet_config): Update.
(show_packet_config_cmd): Update.
(packet_ok): Update.
(add_packet_config_cmd): Update.
(_initialize_remote):
* command.h: Update.
* cli/cli-setshow.c (parse_auto_binary_operation): Update.
(do_setshow_command): Update.
* cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
* cli/cli-decode.h: Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 96dd269..987c885 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,22 @@ +2002-06-15 Andrew Cagney <ac131313@redhat.com> + + * defs.h (auto_boolean): Declare enum. + * command.h (cmd_auto_boolean): Delete enum. + * mips-tdep.c (mask_address_var): Update. + (mips_mask_address_p): Update. + (show_mask_address): Update. + * remote.c (struct packet_config): Update. + (update_packet_config): Update. + (show_packet_config_cmd): Update. + (packet_ok): Update. + (add_packet_config_cmd): Update. + (_initialize_remote): + * command.h: Update. + * cli/cli-setshow.c (parse_auto_binary_operation): Update. + (do_setshow_command): Update. + * cli/cli-decode.c (add_set_auto_boolean_cmd): Update. + * cli/cli-decode.h: Update. + 2002-06-15 Mark Kettenis <kettenis@gnu.org> * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h, |