aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/mipself.em
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emultempl/mipself.em')
-rw-r--r--ld/emultempl/mipself.em6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/emultempl/mipself.em b/ld/emultempl/mipself.em
index d541fef..ee1159c 100644
--- a/ld/emultempl/mipself.em
+++ b/ld/emultempl/mipself.em
@@ -44,7 +44,7 @@ mips_after_parse (void)
MIPS ABI requires a mapping between the GOT and the symbol table. */
if (link_info.emit_gnu_hash)
{
- einfo ("%X%P: .gnu.hash is incompatible with the MIPS ABI\n");
+ einfo (_("%X%P: .gnu.hash is incompatible with the MIPS ABI\n"));
link_info.emit_hash = TRUE;
link_info.emit_gnu_hash = FALSE;
}
@@ -157,7 +157,7 @@ mips_add_stub_section (const char *stub_sec_name, asection *input_section,
bfd_get_arch (link_info.output_bfd),
bfd_get_mach (link_info.output_bfd)))
{
- einfo ("%F%P: can not create BFD %E\n");
+ einfo (_("%F%P: can not create BFD %E\n"));
return NULL;
}
stub_bfd->flags |= BFD_LINKER_CREATED;
@@ -190,7 +190,7 @@ mips_add_stub_section (const char *stub_sec_name, asection *input_section,
return stub_sec;
err_ret:
- einfo ("%X%P: can not make stub section: %E\n");
+ einfo (_("%X%P: can not make stub section: %E\n"));
return NULL;
}