* ldmain.c (main): Add \n to error message.

This commit is contained in:
Alan Modra 2005-11-06 23:12:36 +00:00
parent 5baab85597
commit 70487fb206
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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