forked from Imagelibrary/binutils-gdb
2005-02-21 Andrew Cagney <cagney@gnu.org>
* command.h (deprecated_add_set_cmd): Rename add_set_cmd. * cli/cli-decode.h (add_set_cmd): Delete declaration. * cli/cli-decode.c (deprecated_add_set_cmd): Rename add_set_cmd. * i386-nat.c (_initialize_i386_nat): Update call. * valprint.c (_initialize_valprint): Update comment. * gnu-nat.c (_initialize_gnu_nat): Update call.
This commit is contained in:
@@ -1274,8 +1274,10 @@ Show default output radix for printing of values."), NULL,
|
||||
/* The "set radix" and "show radix" commands are special in that
|
||||
they are like normal set and show commands but allow two normally
|
||||
independent variables to be either set or shown with a single
|
||||
command. So the usual deprecated_add_set_cmd() and
|
||||
command. So the usual deprecated_add_set_cmd() and [deleted]
|
||||
add_show_from_set() commands aren't really appropriate. */
|
||||
/* FIXME: i18n: With the new add_setshow_integer command, that is no
|
||||
longer true - show can display anything. */
|
||||
add_cmd ("radix", class_support, set_radix, _("\
|
||||
Set default input and output number radices.\n\
|
||||
Use 'set input-radix' or 'set output-radix' to independently set each.\n\
|
||||
|
||||
Reference in New Issue
Block a user