* 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 f464894ce194e4684f8b297276feba2e1cbf843d..8a1c8dc3e0c2b266d64ef8579e1c4e9120f49a40 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 e59d5d42d3a2a6562afe55ff04bd9271b77ae32e..a11f9e171a12ee6e218d2fcdccdc57d5db19ca97 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;
 
This page took 0.02792 seconds and 4 git commands to generate.