* pe-dll.c (pe_dll_generate_implib): Issue "Creating library file:" as

informational message, not a warning.
This commit is contained in:
Nick Clifton
2006-01-27 17:18:13 +00:00
parent a10e6b21d4
commit 63d852486f
2 changed files with 7 additions and 2 deletions

View File

@ -2237,8 +2237,8 @@ pe_dll_generate_implib (def_file *def, const char *impfilename)
}
/* xgettext:c-format */
einfo (_("Creating library file: %s\n"), impfilename);
info_msg (_("Creating library file: %s\n"), impfilename);
bfd_set_format (outarch, bfd_archive);
outarch->has_armap = 1;