Fix malformed error message.
authorJim Wilson <wilson@tuliptree.org>
Fri, 30 Sep 2005 22:10:54 +0000 (22:10 +0000)
committerJim 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
ld/ldlang.c

index e9ac27d..786fe34 100644 (file)
@@ -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".
index ecac4e4..fa01216 100644 (file)
@@ -5663,7 +5663,7 @@ lang_startup (const char *name)
 {
   if (startup_file != NULL)
     {
-      einfo (_("%P%Fmultiple STARTUP files\n"));
+      einfo (_("%P%Fmultiple STARTUP files\n"));
     }
   first_file->filename = name;
   first_file->local_sym_name = name;