mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
* ldmain.c (main): Add \n to error message.
This commit is contained in:
parent
5baab85597
commit
70487fb206
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user