PR ld/14357
[deliverable/binutils-gdb.git] / ld / pe-dll.c
index 84ff02989223fac8bd6512ca0572abaea80c9de7..31beac828dc3ede2207decb0c053b38ae302cf69 100644 (file)
@@ -2713,8 +2713,9 @@ pe_dll_generate_implib (def_file *def, const char *impfilename, struct bfd_link_
       return;
     }
 
-  /* xgettext:c-format */
-  info_msg (_("Creating library file: %s\n"), impfilename);
+  if (verbose)
+    /* xgettext:c-format */
+    info_msg (_("Creating library file: %s\n"), impfilename);
 
   bfd_set_format (outarch, bfd_archive);
   outarch->has_armap = 1;
This page took 0.025193 seconds and 4 git commands to generate.