summaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2005-02-09 23:15:01 +0000
committerAndrew Cagney <cagney@redhat.com>2005-02-09 23:15:01 +0000
commit5a6430528f6856a5df2c8f26c76097bb6978b91d (patch)
tree39a5563dff75cb6cff77bf5637da79c2eef36e0a /gdb/arm-tdep.c
parentb47bfa54de8b162720ed0e734dbff41d5d892392 (diff)
downloadgdb-5a6430528f6856a5df2c8f26c76097bb6978b91d.tar.gz
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/arm-tdep.c')
-rw-r--r--gdb/arm-tdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c
index 6c6664f9a1e..0d12630947f 100644
--- a/gdb/arm-tdep.c
+++ b/gdb/arm-tdep.c
@@ -2886,7 +2886,7 @@ _initialize_arm_tdep (void)
helptext,
_("The disassembly style is \"%s\"."),
set_disassembly_style_sfunc, NULL,
- &setarmcmdlist, &showarmcmdlist, NULL, NULL);
+ &setarmcmdlist, &showarmcmdlist);
add_setshow_boolean_cmd ("apcs32", no_class, &arm_apcs_32,
_("Set usage of ARM 32-bit mode."),
@@ -2907,7 +2907,7 @@ softvfp - Software FP with pure-endian doubles.\n\
vfp - VFP co-processor."),
_("The floating point type is \"%s\"."),
set_fp_model_sfunc, show_fp_model,
- &setarmcmdlist, &showarmcmdlist, NULL, NULL);
+ &setarmcmdlist, &showarmcmdlist);
/* Debugging flag. */
add_setshow_boolean_cmd ("arm", class_maintenance, &arm_debug,