ld error/warning messages
[deliverable/binutils-gdb.git] / ld / emultempl / mipself.em
index 5d428d266f24cc490838eac29d5cdb62e23537dd..c7c164274e7b9fbcfce221f3f48b46d149b0f0cd 100644 (file)
@@ -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;
This page took 0.024546 seconds and 4 git commands to generate.