X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Fpe-dll.c;h=31beac828dc3ede2207decb0c053b38ae302cf69;hb=d180bcbd34b9ed5f0062636786ff31c803c2f735;hp=b50a1097c9756e2b4e80cab927dab06d7221517c;hpb=45dfa85a1ee44000d43abb7945a4aa7631707563;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/pe-dll.c b/ld/pe-dll.c index b50a1097c9..31beac828d 100644 --- a/ld/pe-dll.c +++ b/ld/pe-dll.c @@ -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) {