2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
[deliverable/binutils-gdb.git] / gdb / rs6000-nat.c
index ec1e4019780e41dedec9450bf05064a2e99fb2d0..e357c4d139ab694386ff4330491bb72053fc9f68 100644 (file)
@@ -259,7 +259,7 @@ fetch_register (struct regcache *regcache, int regno)
     {
 #if 0
       /* FIXME: this happens 3 times at the start of each 64-bit program.  */
-      perror ("ptrace read");
+      perror (_("ptrace read"));
 #endif
       errno = 0;
     }
@@ -327,7 +327,7 @@ store_register (struct regcache *regcache, int regno)
 
   if (errno)
     {
-      perror ("ptrace write");
+      perror (_("ptrace write"));
       errno = 0;
     }
 }
@@ -610,7 +610,7 @@ exec_one_dummy_insn (struct regcache *regcache)
                           (int *) 1, 0, NULL);
 
   if (ret != 0)
-    perror ("pt_continue");
+    perror (_("pt_continue"));
 
   do
     {
This page took 0.024267 seconds and 4 git commands to generate.