summaryrefslogtreecommitdiff
path: root/ld/emultempl/pep.em
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-09-09 09:45:31 +0000
committerNick Clifton <nickc@redhat.com>2008-09-09 09:45:31 +0000
commit9b641c9809aa48e8953c83354367f94a20e2ea49 (patch)
treed9d95bf22345b24ed4e61d37d274b9ab45e96d40 /ld/emultempl/pep.em
parenteafd2ca13518bc8d8161e950c1f9256ba3a81894 (diff)
downloadbinutils-redhat-9b641c9809aa48e8953c83354367f94a20e2ea49.tar.gz
* emultempl/pe.em (pe_find_data_imports): Add trailing newline
to warning message. * emultempl/pep.em (pep_find_data_imports): Likewise.
Diffstat (limited to 'ld/emultempl/pep.em')
-rw-r--r--ld/emultempl/pep.em4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/pep.em b/ld/emultempl/pep.em
index 21bcf01514..0b9bf402b5 100644
--- a/ld/emultempl/pep.em
+++ b/ld/emultempl/pep.em
@@ -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;
}