diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-07-28 19:42:01 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-07-28 19:42:01 +0000 |
commit | b3f4233622f79fed7c4b9087734d97903770e9c9 (patch) | |
tree | 0a52830653b1b22b6a388ad58c9217eacbda4d89 /gdb/mips-tdep.c | |
parent | 3b64bf9877bc5cfacd10117a1a0656c464545995 (diff) | |
download | gdb-b3f4233622f79fed7c4b9087734d97903770e9c9.zip gdb-b3f4233622f79fed7c4b9087734d97903770e9c9.tar.gz gdb-b3f4233622f79fed7c4b9087734d97903770e9c9.tar.bz2 |
2004-07-28 Andrew Cagney <cagney@gnu.org>
* cli/cli-decode.c (add_setshow_cmd): Delete function.
(add_setshow_cmd_full): Make static.
* command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
(add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
* cli/cli-decode.c (add_setshow_filename_cmd)
(add_setshow_string_cmd): New functions.
* nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
* mips-tdep.c (_initialize_mips_tdep): Update.
* m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
* cli/cli-logging.c (_initialize_cli_logging): Update.
* complaints.c (_initialize_complaints): Update.
* remote.c (_initialize_remote): Update.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r-- | gdb/mips-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 14697d4..964edd0 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -6195,8 +6195,8 @@ Zerroing of upper 32 bits of 64-bit address is %s.", /* Allow the user to control the size of 32 bit registers within the raw remote packet. */ - add_setshow_cmd ("remote-mips64-transfers-32bit-regs", class_obscure, - var_boolean, &mips64_transfers_32bit_regs_p, "\ + add_setshow_boolean_cmd ("remote-mips64-transfers-32bit-regs", class_obscure, + &mips64_transfers_32bit_regs_p, "\ Set compatibility with 64-bit MIPS target that transfers 32-bit quantities.", "\ Show compatibility with 64-bit MIPS target that transfers 32-bit quantities.", "\ Use \"on\" to enable backward compatibility with older MIPS 64 GDB+target\n\ |