mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-24 02:14:28 +00:00
Fix malformed error message.
* ldlang.c (lang_startup): Add missing ": " to einfo call.
This commit is contained in:
parent
3ea38ac270
commit
4520f86864
@ -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".
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user