aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/ppc32elf.em
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emultempl/ppc32elf.em')
-rw-r--r--ld/emultempl/ppc32elf.em4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/ppc32elf.em b/ld/emultempl/ppc32elf.em
index 1012bc9..374459c 100644
--- a/ld/emultempl/ppc32elf.em
+++ b/ld/emultempl/ppc32elf.em
@@ -71,7 +71,7 @@ ppc_after_open (void)
new_plt = ppc_elf_select_plt_layout (link_info.output_bfd, &link_info);
if (new_plt < 0)
- einfo ("%X%P: select_plt_layout problem %E\n");
+ einfo (_("%X%P: select_plt_layout problem %E\n"));
num_got = 0;
num_plt = 0;
@@ -124,7 +124,7 @@ ppc_before_allocation (void)
{
if (!ppc_elf_tls_optimize (link_info.output_bfd, &link_info))
{
- einfo ("%X%P: TLS problem %E\n");
+ einfo (_("%X%P: TLS problem %E\n"));
return;
}
}