Fix malformed error message.

* ldlang.c (lang_startup): Add missing ": " to einfo call.
This commit is contained in:
Jim Wilson 2005-09-30 22:10:54 +00:00
parent 3ea38ac270
commit 4520f86864
2 changed files with 5 additions and 1 deletions

View 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".

View File

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