2005-02-11 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / rs6000-nat.c
index 88a6f0d33ff13a5fae6db74ca20ee7eb4ef3448b..c930097fef3470a79074718bac312104081005fb 100644 (file)
@@ -1036,10 +1036,8 @@ set_host_arch (int pid)
   info.abfd = exec_bfd;
 
   if (!gdbarch_update_p (info))
-    {
-      internal_error (__FILE__, __LINE__,
-                     "set_host_arch: failed to select architecture");
-    }
+    internal_error (__FILE__, __LINE__,
+                   _("set_host_arch: failed to select architecture"));
 }
 
 \f
@@ -1079,7 +1077,7 @@ xcoff_relocate_symtab (unsigned int pid)
           if (errno == ENOMEM)
             load_segs *= 2;
           else
-            perror_with_name ("ptrace ldinfo");
+            perror_with_name (_("ptrace ldinfo"));
         }
       else
        {
This page took 0.029885 seconds and 4 git commands to generate.