mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
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:
@ -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
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user