ld internationalization fixes
[deliverable/binutils-gdb.git] / ld / emultempl / armcoff.em
index 93ffb65b1a37c4bf0f625a40a1150405e54f0bf7..de2847bdc520fa70158fbcad8146c8d5e5a5a205 100644 (file)
@@ -140,7 +140,8 @@ gld${EMULATION_NAME}_after_open (void)
         These will only be created if the output format is an arm format,
         hence we do not support linking and changing output formats at the
         same time.  Use a link followed by objcopy to change output formats.  */
-      einfo ("%F%X%P: error: cannot change output format whilst linking ARM binaries\n");
+      einfo (_("%F%X%P: error: cannot change output format "
+              "whilst linking ARM binaries\n"));
       return;
     }
 
This page took 0.027077 seconds and 4 git commands to generate.