PR ld/25747
* ldfile.c (ldfile_open_file): Fix typo in warning message.
+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
{
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;