From c7f7310fbe8ad94b6317f035d314c9cd533f273b Mon Sep 17 00:00:00 2001 From: amodra Date: Sun, 6 Nov 2005 23:12:36 +0000 Subject: [PATCH] * ldmain.c (main): Add \n to error message. --- ld/ChangeLog | 4 ++++ ld/ldmain.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 22383ac153..2973098613 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2005-11-07 Olaf Hering + + * ldmain.c (main): Add \n to error message. + 2005-11-04 Alan Modra * ldlang.c (struct output_statement_hash_entry): Don't indirect to os. diff --git a/ld/ldmain.c b/ld/ldmain.c index f9e13483df..c8a75d6f9e 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 -- 2.11.0