diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-02-09 23:15:01 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-02-09 23:15:01 +0000 |
commit | 7376b4c200a1d6e249a3b35d54f5a05068f966b2 (patch) | |
tree | 92d254be21abc207e3367ddde681cf5c47f4beb4 /gdb/mips-tdep.c | |
parent | 96f6015419297f1a6114e8619d70c449b8841846 (diff) | |
download | binutils-7376b4c200a1d6e249a3b35d54f5a05068f966b2.zip binutils-7376b4c200a1d6e249a3b35d54f5a05068f966b2.tar.gz binutils-7376b4c200a1d6e249a3b35d54f5a05068f966b2.tar.bz2 |
2005-02-09 Andrew Cagney <cagney@gnu.org>
* cli/cli-decode.c (add_setshow_enum_cmd): Drop set_result and
show_result parameters.
* mips-tdep.c (_initialize_mips_tdep): Update calls.
* command.h: Update declaration.
* arm-tdep.c (_initialize_arm_tdep, _initialize_arm_tdep): Update
calls.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r-- | gdb/mips-tdep.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 68164e7..48a22b5 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -5189,8 +5189,7 @@ This option can be set to one of:\n\ saved GP register size from information contained in the executable.\n\ (default: auto)", "\ Size of general purpose registers saved on the stack is %s.\n", - NULL, NULL, &setmipscmdlist, &showmipscmdlist, - NULL, NULL); + NULL, NULL, &setmipscmdlist, &showmipscmdlist); /* Allow the user to override the argument stack size. */ add_setshow_enum_cmd ("stack-arg-size", class_obscure, @@ -5203,8 +5202,7 @@ This option can be set to one of:\n\ auto - Allow GDB to determine the correct setting from the current\n\ target and executable (default)", "\ The amount of stack space reserved for each argument is %s.\n", - NULL, NULL, &setmipscmdlist, &showmipscmdlist, - NULL, NULL); + NULL, NULL, &setmipscmdlist, &showmipscmdlist); /* Allow the user to override the ABI. */ c = add_set_enum_cmd |