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:
3ea38ac
)
Fix malformed error message.
author
Jim Wilson
<wilson@tuliptree.org>
Fri, 30 Sep 2005 22:10:54 +0000
(22:10 +0000)
committer
Jim Wilson
<wilson@tuliptree.org>
Fri, 30 Sep 2005 22:10:54 +0000
(22:10 +0000)
* ldlang.c (lang_startup): Add missing ": " to einfo call.
ld/ChangeLog
patch
|
blob
|
history
ld/ldlang.c
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index e9ac27df283174bfa6c356f5ba0aed5478d09354..786fe348f6f7187445961d2d3dfd98366d225be0 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-1,3
+1,7
@@
+2005-09-30 James E Wilson <wilson@specifix.com>
+
+ * ldlang.c (lang_startup): Add missing ": " to einfo call.
+
2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am: Run "make dep-am".
diff --git
a/ld/ldlang.c
b/ld/ldlang.c
index ecac4e433d5c4a7db72d378f4beea8326a815e8e..fa01216dffc217c3a93c4880d4576557175ec339 100644
(file)
--- a/
ld/ldlang.c
+++ b/
ld/ldlang.c
@@
-5663,7
+5663,7
@@
lang_startup (const char *name)
{
if (startup_file != NULL)
{
- einfo (_("%P%Fmultiple STARTUP files\n"));
+ einfo (_("%P%F
:
multiple STARTUP files\n"));
}
first_file->filename = name;
first_file->local_sym_name = name;