]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdbserver/lynx-low.cc
Inline abbrev lookup
[thirdparty/binutils-gdb.git] / gdbserver / lynx-low.cc
index 76519692a3e310957d0b7fd51f6d591e46a5ff13..a8e4e6079bd0717d46cd390d450d35888002654b 100644 (file)
@@ -253,7 +253,7 @@ lynx_process_target::create_inferior (const char *program,
                                      const std::vector<char *> &program_args)
 {
   int pid;
-  std::string str_program_args = stringify_argv (program_args);
+  std::string str_program_args = construct_inferior_arguments (program_args);
 
   lynx_debug ("create_inferior ()");
 
@@ -738,17 +738,10 @@ lynx_process_target::sw_breakpoint_from_kind (int kind, int *size)
 
 static lynx_process_target the_lynx_target;
 
-/* The LynxOS target_ops vector.  */
-
-static process_stratum_target lynx_target_ops = {
-  NULL,  /* get_ipa_tdesc_idx */
-  &the_lynx_target,
-};
-
 void
 initialize_low (void)
 {
-  set_target_ops (&lynx_target_ops);
+  set_target_ops (&the_lynx_target);
   the_low_target.arch_setup ();
 }