aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/ldmain.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 22383ac..2973098 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-07 Olaf Hering <olh@suse.de>
+
+ * ldmain.c (main): Add \n to error message.
+
2005-11-04 Alan Modra <amodra@bigpond.net.au>
* ldlang.c (struct output_statement_hash_entry): Don't indirect to os.
diff --git a/ld/ldmain.c b/ld/ldmain.c
index f9e1348..c8a75d6 100644
--- a/ld/ldmain.c
+++ b/ld/ldmain.c
@@ -212,7 +212,7 @@ main (int argc, char **argv)
{
if (*TARGET_SYSTEM_ROOT == 0)
{
- einfo ("%P%F: this linker was not configured to use sysroots");
+ einfo ("%P%F: this linker was not configured to use sysroots\n");
ld_sysroot = "";
}
else