gdb/
[deliverable/binutils-gdb.git] / ld / pe-dll.c
index b50a1097c9756e2b4e80cab927dab06d7221517c..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;
@@ -2826,7 +2827,7 @@ struct key_value
   const char *oname;
 };
 
-struct key_value *udef_table;
+static struct key_value *udef_table;
 
 static int undef_sort_cmp (const void *l1, const void *r1)
 {
This page took 0.031652 seconds and 4 git commands to generate.