diff options
author | Nick Clifton <nickc@redhat.com> | 2020-04-01 17:25:28 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-04-01 17:25:28 +0100 |
commit | 77bf7b5317195e092a9f18fef993c412e2e05f53 (patch) | |
tree | 4b2113258ba79d89043c290072941389ec4ba01e /ld/ChangeLog | |
parent | e139a727be23643702eecbbcaa9c590cc680e3d7 (diff) | |
download | fsf-binutils-gdb-77bf7b5317195e092a9f18fef993c412e2e05f53.zip fsf-binutils-gdb-77bf7b5317195e092a9f18fef993c412e2e05f53.tar.gz fsf-binutils-gdb-77bf7b5317195e092a9f18fef993c412e2e05f53.tar.bz2 |
Extend the linker's error message for missing libraries if there is an almost match.
PR ld/25747
* ldfile.c (ldfile_open_file): If a search for a library fails,
but there is a file that would match if it had a "lib" prefix to
its name, then tell the user.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 16ffc30..b1e9f53 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2020-04-01 Nick Clifton <nickc@redhat.com> + + PR ld/25747 + * ldfile.c (ldfile_open_file): If a search for a library fails, + but there is a file that would match if it had a "lib" prefix to + its name, then tell the user. + 2020-04-01 Tamar Christina <tamar.christina@arm.com> PR ld/16017 |