]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* emultempl/pe.em (pe_find_data_imports): Add trailing newline
authorNick Clifton <nickc@redhat.com>
Tue, 9 Sep 2008 09:49:56 +0000 (09:49 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 9 Sep 2008 09:49:56 +0000 (09:49 +0000)
        to warning message.
        * emultempl/pep.em (pep_find_data_imports): Likewise.

ld/ChangeLog
ld/emultempl/pe.em
ld/emultempl/pep.em

index 8a8f6d5cb69888436bb9b487129fef305db25f49..dfd6fe530d10af8359ad766598e6b97c9a5df69d 100644 (file)
@@ -1,3 +1,9 @@
+2008-09-09  Peter Rosin  <peda@lysator.liu.se>  (tiny change)
+
+       * emultempl/pe.em (pe_find_data_imports): Add trailing newline
+       to warning message.
+       * emultempl/pep.em (pep_find_data_imports): Likewise.
+
 2008-09-09  Alan Modra  <amodra@bigpond.net.au>
 
        * Makefile.am: Run "make dep-am".
index 865cfaaeb02e5b401cd7b0a34907f353516ecbd3..cec399a052b9c9d0ec87e4abd319b1ff559ded82 100644 (file)
@@ -936,7 +936,7 @@ pe_find_data_imports (void)
                    {
                      warned = TRUE;
                      einfo (_("%P: warning: auto-importing has been activated without --enable-auto-import specified on the command line.\n\
-This should work unless it involves constant data structures referencing symbols from auto-imported DLLs."));
+This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.\n"));
                    }
                }
 
@@ -1122,7 +1122,7 @@ gld_${EMULATION_NAME}_after_open (void)
                    if (nrelocs < 0)
                      {
                        free (relocs);
-                       einfo ("%X%P: unable to process relocs: %E");
+                       einfo ("%X%P: unable to process relocs: %E\n");
                        return;
                      }
 
@@ -1380,7 +1380,7 @@ gld_${EMULATION_NAME}_before_allocation (void)
            (is->the_bfd, & link_info, support_old_code))
          {
            /* xgettext:c-format */
-           einfo (_("Errors encountered processing file %s for interworking"),
+           einfo (_("Errors encountered processing file %s for interworking\n"),
                   is->filename);
          }
       }
index 21bcf0151475608d0b0ae099aec6526b07b270c8..0b9bf402b5f372904993f94b8d620786b3a86bc0 100644 (file)
@@ -895,7 +895,7 @@ pep_find_data_imports (void)
                    {
                      warned = TRUE;
                      einfo (_("%P: warning: auto-importing has been activated without --enable-auto-import specified on the command line.\n\
-This should work unless it involves constant data structures referencing symbols from auto-imported DLLs."));
+This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.\n"));
                    }
                }
 
@@ -1060,7 +1060,7 @@ gld_${EMULATION_NAME}_after_open (void)
                    if (nrelocs < 0)
                      {
                        free (relocs);
-                       einfo ("%X%P: unable to process relocs: %E");
+                       einfo ("%X%P: unable to process relocs: %E\n");
                        return;
                      }