]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/solib-sunos.c
gdb/
[thirdparty/binutils-gdb.git] / gdb / solib-sunos.c
index 172a49282015081ce8e50d5bdefc19ac46ce0626..b17ef8a8ddd48e2ec2a2f845b9ba81deb56a9a49 100644 (file)
@@ -670,13 +670,13 @@ sunos_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;
 
   /* We are now either at the "mapping complete" breakpoint (or somewhere