aboutsummaryrefslogtreecommitdiff
path: root/ld/pe-dll.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2006-01-27 17:18:13 +0000
committerNick Clifton <nickc@redhat.com>2006-01-27 17:18:13 +0000
commit63d852486fa6ddde8401735b000a7a7dbc6f9a96 (patch)
tree17484e57d8fbe5dd8a9cfd5c1709aa6531907e5a /ld/pe-dll.c
parenta10e6b21d409c3f8595d85c7a7c7885ca433f1d0 (diff)
downloadfsf-binutils-gdb-63d852486fa6ddde8401735b000a7a7dbc6f9a96.zip
fsf-binutils-gdb-63d852486fa6ddde8401735b000a7a7dbc6f9a96.tar.gz
fsf-binutils-gdb-63d852486fa6ddde8401735b000a7a7dbc6f9a96.tar.bz2
* pe-dll.c (pe_dll_generate_implib): Issue "Creating library file:" as
informational message, not a warning.
Diffstat (limited to 'ld/pe-dll.c')
-rw-r--r--ld/pe-dll.c4
1 files changed, 2 insertions, 2 deletions
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;