* Makefile.am: Use a temporary file to build chew.
[deliverable/binutils-gdb.git] / gdb / hpux-thread.c
index 23b735d5ac5995b329f17f86c632f25ee6ba8b2f..3de9c0b2191cc32b599fef8b255c3beea3ab31f9 100644 (file)
@@ -128,7 +128,7 @@ find_tcb (ptid_t ptid)
          }
     }
 
-  error ("Can't find TCB %d", thread);
+  error (_("Can't find TCB %d"), thread);
   return NULL;
 }
 \f
@@ -186,7 +186,7 @@ hpux_thread_resume (ptid_t ptid, int step, enum target_signal signo)
     {
       pid = thread_to_lwp (pid, -2);
       if (pid == -2)           /* Inactive thread */
-       error ("This version of Solaris can't start inactive threads.");
+       error (_("This version of Solaris can't start inactive threads."));
     }
 #endif
 
This page took 0.026749 seconds and 4 git commands to generate.