Index: src/ld/emultempl/pe.em =================================================================== RCS file: /cvs/src/src/ld/emultempl/pe.em,v retrieving revision 1.133 diff -u -r1.133 pe.em --- src/ld/emultempl/pe.em 17 Aug 2008 03:12:50 -0000 1.133 +++ src/ld/emultempl/pe.em 8 Sep 2008 13:04:47 -0000 @@ -936,7 +936,7 @@ { 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")); } } Index: src/ld/emultempl/pep.em =================================================================== RCS file: /cvs/src/src/ld/emultempl/pep.em,v retrieving revision 1.12 diff -u -r1.12 pep.em --- src/ld/emultempl/pep.em 17 Aug 2008 03:12:50 -0000 1.12 +++ src/ld/emultempl/pep.em 8 Sep 2008 13:04:48 -0000 @@ -895,7 +895,7 @@ { 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")); } }