gdb/
[deliverable/binutils-gdb.git] / gdb / solib-svr4.c
index 69d3cb518e14eee51fad17885292f81a1ef5e692..a639f4dabcbe547312e8ebb1ea7b2520a57e9a3a 100644 (file)
@@ -2249,13 +2249,13 @@ svr4_solib_create_inferior_hook (int from_tty)
 
   clear_proceed_status ();
   inf->control.stop_soon = STOP_QUIETLY;
-  tp->suspend.stop_signal = TARGET_SIGNAL_0;
+  tp->suspend.stop_signal = GDB_SIGNAL_0;
   do
     {
       target_resume (pid_to_ptid (-1), 0, tp->suspend.stop_signal);
       wait_for_inferior ();
     }
-  while (tp->suspend.stop_signal != TARGET_SIGNAL_TRAP);
+  while (tp->suspend.stop_signal != GDB_SIGNAL_TRAP);
   inf->control.stop_soon = NO_STOP_QUIETLY;
 #endif /* defined(_SCO_DS) */
 }
This page took 0.025054 seconds and 4 git commands to generate.