* configure.tgt (mips*-sgi-irix[56]*): Use elf32bsmip rather than
[deliverable/binutils-gdb.git] / ld / mpw-idtmips.c
index 554f9a8c50c1a6ed06803c78b7942918b22de6f8..b8450e06eccf57f7a77bba664d18a7997fb06b45 100644 (file)
@@ -90,7 +90,7 @@ gldmipsidt_after_open ()
              || ! bfd_set_section_alignment (abfd, relsec, 2)
              || ! bfd_set_section_size (abfd, relsec,
                                         datasec->reloc_count * 4))
-           einfo ("%F%B: can not create .rel.sdata section: %E");
+           einfo ("%F%B: can not create .rel.sdata section: %E\n");
        }
 
       /* Double check that all other data sections are empty, as is
@@ -111,7 +111,7 @@ check_sections (abfd, sec, sdatasec)
   if ((bfd_get_section_flags (abfd, sec) & SEC_CODE) == 0
       && sec != (asection *) sdatasec
       && sec->reloc_count != 0)
-    einfo ("%F%X: section %s has relocs; can not use --embedded-relocs",
+    einfo ("%F%X: section %s has relocs; can not use --embedded-relocs\n",
           abfd, bfd_get_section_name (abfd, sec));
 }
 
@@ -146,10 +146,10 @@ gldmipsidt_after_allocation ()
                                                   &errmsg))
        {
          if (errmsg == NULL)
-           einfo ("%B%X: can not create runtime reloc information: %E",
+           einfo ("%B%X: can not create runtime reloc information: %E\n",
                   abfd);
          else
-           einfo ("%X%B: can not create runtime reloc information: %s",
+           einfo ("%X%B: can not create runtime reloc information: %s\n",
                   abfd, errmsg);
        }
     }
This page took 0.024668 seconds and 4 git commands to generate.