gdb/
[deliverable/binutils-gdb.git] / gdb / remote-mips.c
index b637bc096a7a98e9de4e243f7d7808306e171500..babbf19407dc780368dc6d1274a4f99f57883c67 100644 (file)
@@ -1778,7 +1778,7 @@ mips_signal_from_protocol (int sig)
      for these signals is widely agreed upon.  */
   if (sig <= 0
       || sig > 31)
-    return TARGET_SIGNAL_UNKNOWN;
+    return GDB_SIGNAL_UNKNOWN;
 
   /* Don't want to use gdb_signal_from_host because we are converting
      from MIPS signal numbers, not host ones.  Our internal numbers
@@ -1837,7 +1837,7 @@ mips_wait (struct target_ops *ops,
   if (!mips_need_reply)
     {
       status->kind = TARGET_WAITKIND_STOPPED;
-      status->value.sig = TARGET_SIGNAL_TRAP;
+      status->value.sig = GDB_SIGNAL_TRAP;
       return inferior_ptid;
     }
 
This page took 0.024315 seconds and 4 git commands to generate.