aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/scoreelf.em
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emultempl/scoreelf.em')
-rw-r--r--ld/emultempl/scoreelf.em3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/emultempl/scoreelf.em b/ld/emultempl/scoreelf.em
index 778f78d..9560ff2 100644
--- a/ld/emultempl/scoreelf.em
+++ b/ld/emultempl/scoreelf.em
@@ -51,7 +51,8 @@ score_elf_after_open (void)
These will only be created if the output format is an score 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 S+core binaries\n");
+ einfo (_("%F%X%P: error: cannot change output format "
+ "whilst linking S+core binaries\n"));
return;
}