Replace "use use" in a warning message with "use".

PR ld/25747
	* ldfile.c (ldfile_open_file): Fix typo in warning message.
This commit is contained in:
Nick Clifton 2020-04-02 08:38:48 +01:00
parent 1aa98955b1
commit 4f5bd88505
2 changed files with 6 additions and 1 deletions

View 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

View 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;