mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* pe-dll.c (pe_dll_generate_implib): Issue "Creating library file:" as
informational message, not a warning.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user