summaryrefslogtreecommitdiff
path: root/gdb/charset.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/charset.c')
-rw-r--r--gdb/charset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/charset.c b/gdb/charset.c
index 2005a49e009..89e3b75d633 100644
--- a/gdb/charset.c
+++ b/gdb/charset.c
@@ -1257,7 +1257,7 @@ _initialize_charset (void)
set_cmd_sfunc (new_cmd, set_host_charset_sfunc);
- add_show_from_set (new_cmd, &showlist);
+ deprecated_add_show_from_set (new_cmd, &showlist);
@@ -1273,5 +1273,5 @@ _initialize_charset (void)
&setlist);
set_cmd_sfunc (new_cmd, set_target_charset_sfunc);
- add_show_from_set (new_cmd, &showlist);
+ deprecated_add_show_from_set (new_cmd, &showlist);
}