* pe-dll.c (pe_dll_generate_implib): Issue "Creating library file:" as
authorNick Clifton <nickc@redhat.com>
Fri, 27 Jan 2006 17:18:13 +0000 (17:18 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 27 Jan 2006 17:18:13 +0000 (17:18 +0000)
informational message, not a warning.

ld/ChangeLog
ld/pe-dll.c

index f464894..8a1c8dc 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-27  Yitzchak Scott-Thoennes  <sthoenna@efn.org>
+
+       * pe-dll.c (pe_dll_generate_implib): Issue "Creating library
+       file:" as informational message, not a warning.
+
 2006-01-18  Roger Sayle  <roger@eyesopen.com>
 
        * emultempl/irix.em: Use lbasename instead of basename.
index e59d5d4..a11f9e1 100644 (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;