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 .
This commit is contained in:
parent
83774818e5
commit
f00df8b789
2 changed files with 5 additions and 11 deletions
|
@ -1,3 +1,8 @@
|
|||
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 .
|
||||
|
||||
2004-08-01 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* mips-tdep.c (mips16_frame_cache)
|
||||
|
|
|
@ -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.", "\
|
||||
|
|
Loading…
Add table
Reference in a new issue