summaryrefslogtreecommitdiff
path: root/gdb/nto-tdep.c
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2012-08-02 09:27:15 +0000
committerYao Qi <yao@codesourcery.com>2012-08-02 09:27:15 +0000
commit95b07c9692302d3ce05d3d5199cefad6a4e00361 (patch)
tree64e14b9ed57360841e77fee42850f5682b5ba51b /gdb/nto-tdep.c
parent5d206025da80c1945b99260a7e4376a7e19a489e (diff)
downloadbinutils-gdb-95b07c9692302d3ce05d3d5199cefad6a4e00361.tar.gz
gdb/
* nto-tdep.c: Don't include cli/cli-decode.h and cli/cli-cmds.h. (_initialize_nto_tdep): Remove. * nto-tdep.h (struct nto_target_ops) <internal_debugging>: Remove field. Remove macro nto_internal_debugging. gdb/doc/ * gdb.texinfo (Native): Remove node Neutrino.
Diffstat (limited to 'gdb/nto-tdep.c')
-rw-r--r--gdb/nto-tdep.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/gdb/nto-tdep.c b/gdb/nto-tdep.c
index 5e0c9105cf8..fddd5482c4f 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);
-}