diff options
Diffstat (limited to 'gdb/nto-tdep.c')
-rw-r--r-- | gdb/nto-tdep.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gdb/nto-tdep.c b/gdb/nto-tdep.c index 5e0c910..fddd548 100644 --- a/gdb/nto-tdep.c +++ b/gdb/nto-tdep.c @@ -24,8 +24,6 @@ #include "gdb_string.h" #include "nto-tdep.h" #include "top.h" -#include "cli/cli-decode.h" -#include "cli/cli-cmds.h" #include "inferior.h" #include "gdbarch.h" #include "bfd.h" @@ -393,22 +391,3 @@ nto_initialize_signals (void) signal_pass_update (SIGPHOTON, 1); #endif } - -/* Provide a prototype to silence -Wmissing-prototypes. */ -extern initialize_file_ftype _initialize_nto_tdep; - -void -_initialize_nto_tdep (void) -{ - add_setshow_zinteger_cmd ("nto-debug", class_maintenance, - &nto_internal_debugging, _("\ -Set QNX NTO internal debugging."), _("\ -Show QNX NTO internal debugging."), _("\ -When non-zero, nto specific debug info is\n\ -displayed. Different information is displayed\n\ -for different positive values."), - NULL, - NULL, /* FIXME: i18n: QNX NTO internal - debugging is %s. */ - &setdebuglist, &showdebuglist); -} |