diff options
Diffstat (limited to 'gdb/corefile.c')
-rw-r--r-- | gdb/corefile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/corefile.c b/gdb/corefile.c index 0ca469b693..91519b97f6 100644 --- a/gdb/corefile.c +++ b/gdb/corefile.c @@ -450,7 +450,7 @@ No arg means have no core file. This command has been superseded by the\n\ Use `set gnutarget auto' to specify automatic detection.", &setlist); set_cmd_sfunc (c, set_gnutarget_command); - add_show_from_set (c, &showlist); + deprecated_add_show_from_set (c, &showlist); if (getenv ("GNUTARGET")) set_gnutarget (getenv ("GNUTARGET")); |