Replace "use use" in a warning message with "use".
authorNick Clifton <nickc@redhat.com>
Thu, 2 Apr 2020 07:38:48 +0000 (08:38 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 2 Apr 2020 07:38:48 +0000 (08:38 +0100)
PR ld/25747
* ldfile.c (ldfile_open_file): Fix typo in warning message.

ld/ChangeLog
ld/ldfile.c

index 6c95224f0baadb877cd24f606be3963e74b1de3c..a2964ebbafdb78791d7c8b7eb667eabfc4f8d1d6 100644 (file)
@@ -1,3 +1,8 @@
+2020-04-02  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/25747
+       * ldfile.c (ldfile_open_file): Fix typo in warning message.
+
 2020-04-01  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/25749
index 3248a0460780a14252fddcbefcbba2bf74235c24..d98429d7b8846f6465a33ec30db722b1c5cf6387 100644 (file)
@@ -454,7 +454,7 @@ ldfile_open_file (lang_input_statement_type *entry)
                {
                  const char * base = lbasename (entry->filename);
 
-                 einfo (_("%P: note to link with %s use use -l:%s or rename it to lib%s\n"),
+                 einfo (_("%P: note to link with %s use -l:%s or rename it to lib%s\n"),
                         entry->filename, base, base);
                  bfd_close (entry->the_bfd);
                  entry->the_bfd = NULL;
This page took 0.025291 seconds and 4 git commands to generate.