diff options
Diffstat (limited to 'ld/emultempl/nios2elf.em')
-rw-r--r-- | ld/emultempl/nios2elf.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/nios2elf.em b/ld/emultempl/nios2elf.em index ea95bed..805eb96 100644 --- a/ld/emultempl/nios2elf.em +++ b/ld/emultempl/nios2elf.em @@ -64,7 +64,7 @@ nios2elf_create_output_section_statements (void) bfd_get_arch (link_info.output_bfd), bfd_get_mach (link_info.output_bfd))) { - einfo (_("%X%P: can not create BFD %E\n")); + einfo (_("%F%P: can not create BFD: %E\n")); return; } |