From: Nick Clifton Date: Fri, 27 Jan 2006 17:18:13 +0000 (+0000) Subject: * pe-dll.c (pe_dll_generate_implib): Issue "Creating library file:" as X-Git-Tag: gdb-csl-20060226-branchpoint~212 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63d852486fa6ddde8401735b000a7a7dbc6f9a96;p=external%2Fbinutils.git * pe-dll.c (pe_dll_generate_implib): Issue "Creating library file:" as informational message, not a warning. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index f464894..8a1c8dc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2006-01-27 Yitzchak Scott-Thoennes + + * pe-dll.c (pe_dll_generate_implib): Issue "Creating library + file:" as informational message, not a warning. + 2006-01-18 Roger Sayle * emultempl/irix.em: Use lbasename instead of basename. diff --git a/ld/pe-dll.c b/ld/pe-dll.c index e59d5d4..a11f9e1 100644 --- a/ld/pe-dll.c +++ b/ld/pe-dll.c @@ -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;