projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5baab85
)
* ldmain.c (main): Add \n to error message.
author
Alan Modra
<amodra@gmail.com>
Sun, 6 Nov 2005 23:12:36 +0000
(23:12 +0000)
committer
Alan Modra
<amodra@gmail.com>
Sun, 6 Nov 2005 23:12:36 +0000
(23:12 +0000)
ld/ChangeLog
patch
|
blob
|
history
ld/ldmain.c
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index 22383ac15308b0130208eafa7caf25d1d8f813fb..2973098613ce90bb050093ec1cf2112777e8e5ed 100644
(file)
--- 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 f9e13483df995c0e4c5733699f7fb9a28b0f0fa8..c8a75d6f9e18aee21ea323db056a8696f80e8b8d 100644
(file)
--- 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