Target FP: Use target format throughout expression parsing
[deliverable/binutils-gdb.git] / gdb / nto-procfs.c
index 7fb7095745fda2d15a32ce5e424018a357fa6fa7..cabec0fa709ad371639e05a128a3aadac937b89e 100644 (file)
@@ -1285,7 +1285,7 @@ procfs_create_inferior (struct target_ops *ops, const char *exec_file,
     }
   if (!target_is_pushed (ops))
     push_target (ops);
-  target_terminal_init ();
+  target_terminal::init ();
 
   if (exec_bfd != NULL
       || (symfile_objfile != NULL && symfile_objfile->obfd != NULL))
@@ -1533,8 +1533,6 @@ init_procfs_targets (void)
 
 #define OSTYPE_NTO 1
 
-extern initialize_file_ftype _initialize_procfs;
-
 void
 _initialize_procfs (void)
 {
This page took 0.028063 seconds and 4 git commands to generate.