summaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-08-01 19:34:50 +0000
committerAndrew Cagney <cagney@redhat.com>2004-08-01 19:34:50 +0000
commit5bd68a742670f28e3090e05b241504b3da6f9abe (patch)
tree309363cd7fd132b533a095bd1f0ebcdcb6a9a8d4 /gdb/arm-tdep.c
parent6ad7294be17719a6fa760f9232572806d85a6dd5 (diff)
downloadgdb-5bd68a742670f28e3090e05b241504b3da6f9abe.tar.gz
2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
Committed by Andrew Cagney. * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
Diffstat (limited to 'gdb/arm-tdep.c')
-rw-r--r--gdb/arm-tdep.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c
index 023f7a339d7..9a758b3e814 100644
--- a/gdb/arm-tdep.c
+++ b/gdb/arm-tdep.c
@@ -2941,17 +2941,6 @@ _initialize_arm_tdep (void)
set_cmd_sfunc (new_set, set_disassembly_style_sfunc);
deprecated_add_show_from_set (new_set, &showarmcmdlist);
- add_setshow_cmd_full ("apcs32", no_class,
- var_boolean, (char *) &arm_apcs_32, "\
-Set usage of ARM 32-bit mode.", "\
-Show usage of ARM 32-bit mode.", "\
-Determine the usage of ARM 32-bit mode.", "\
-Usage of ARM 32-bit mode is %s.",
- NULL, NULL,
- &setlist, &showlist, &new_set, &new_show);
- deprecate_cmd (new_set, "set arm apcs32");
- deprecate_cmd (new_show, "show arm apcs32");
-
add_setshow_boolean_cmd ("apcs32", no_class, &arm_apcs_32, "\
Set usage of ARM 32-bit mode.", "\
Show usage of ARM 32-bit mode.", "\