MIPS/BFD: Report `bfd_reloc_outofrange' errors as such
[deliverable/binutils-gdb.git] / ld / ldlang.c
index 96947da974ba920ee44e5023535ba69962b285a5..1cbba39e988b61ad1cb6d793f20e7af2a656b343 100644 (file)
@@ -2204,7 +2204,7 @@ init_os (lang_output_section_statement_type *s, flagword flags)
                                                         s->name, flags);
   if (s->bfd_section == NULL)
     {
-      einfo (_("%P%F: output format %s cannot represent section called %s\n"),
+      einfo (_("%P%F: output format %s cannot represent section called %s: %E\n"),
             link_info.output_bfd->xvec->name, s->name);
     }
   s->bfd_section->output_section = s->bfd_section;
This page took 0.024265 seconds and 4 git commands to generate.