arm: Check UNDEFWEAK_NO_DYNAMIC_RELOC
[deliverable/binutils-gdb.git] / gdb / inflow.c
index 0e8c0f3c80d9b8378b1709e3176b98b0b03a76bc..d54b8f83454d5d6ffde6718a794b8c81114901d5 100644 (file)
@@ -226,7 +226,7 @@ child_terminal_init (struct target_ops *self)
 {
 #ifdef PROCESS_GROUP_TYPE
   /* This is for Lynx, and should be cleaned up by having Lynx be a
-     separate debugging target with a version of target_terminal_init
+     separate debugging target with a version of target_terminal::init
      which passes in the process group to a generic routine which does
      all the work (and the non-threaded child_terminal_init can just
      pass in inferior_ptid to the same routine).  */
@@ -536,7 +536,7 @@ copy_terminal_info (struct inferior *to, struct inferior *from)
 void
 info_terminal_command (char *arg, int from_tty)
 {
-  target_terminal_info (arg, from_tty);
+  target_terminal::info (arg, from_tty);
 }
 
 void
This page took 0.024339 seconds and 4 git commands to generate.