diff options
Diffstat (limited to 'ld/pe-dll.c')
-rw-r--r-- | ld/pe-dll.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/pe-dll.c b/ld/pe-dll.c index e59d5d4..a11f9e1 100644 --- a/ld/pe-dll.c +++ b/ld/pe-dll.c @@ -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; |