ld internationalization fixes
[deliverable/binutils-gdb.git] / ld / emultempl / pep.em
index 420ffa849ec928c617c66a79670482e89e0b07b3..6fef7d8cb2dcc2ea76a6d3cd2e5cecbf19a88f3c 100644 (file)
@@ -1374,7 +1374,7 @@ setup_build_id (bfd *ibfd)
 
   if (!validate_build_id_style (emit_build_id))
     {
-      einfo ("%P: warning: unrecognized --build-id style ignored.\n");
+      einfo (_("%P: warning: unrecognized --build-id style ignored.\n"));
       return FALSE;
     }
 
@@ -1398,8 +1398,8 @@ setup_build_id (bfd *ibfd)
       return TRUE;
     }
 
-  einfo ("%P: warning: Cannot create .buildid section,"
-        " --build-id ignored.\n");
+  einfo (_("%P: warning: Cannot create .buildid section,"
+          " --build-id ignored.\n"));
   return FALSE;
 }
 
@@ -1574,7 +1574,7 @@ gld_${EMULATION_NAME}_after_open (void)
                    if (nrelocs < 0)
                      {
                        free (relocs);
-                       einfo ("%X%P: unable to process relocs: %E\n");
+                       einfo (_("%X%P: unable to process relocs: %E\n"));
                        return;
                      }
 
This page took 0.023319 seconds and 4 git commands to generate.