aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2019-03-15 12:08:56 +0000
committerNick Clifton <nickc@redhat.com>2019-03-15 12:08:56 +0000
commit1c82ed745bec154a3cd8a8bbf36c5be5086041d5 (patch)
treed1e353c70691dd4c5fd13793ff0c9f868dacc0f1 /ld
parent1c529385d9d7f53efa541d9701ec8c1001581e3e (diff)
downloadfsf-binutils-gdb-1c82ed745bec154a3cd8a8bbf36c5be5086041d5.zip
fsf-binutils-gdb-1c82ed745bec154a3cd8a8bbf36c5be5086041d5.tar.gz
fsf-binutils-gdb-1c82ed745bec154a3cd8a8bbf36c5be5086041d5.tar.bz2
Update the documentation describing where the linker will attempt to locate plugins.
PR 24262 * ld.texi (-plugin): Correct the path used to locate linker plugins.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog6
-rw-r--r--ld/ld.texi2
2 files changed, 7 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index d37865b..76e2c71 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2019-03-15 Nick Clifton <nickc@redhat.com>
+
+ PR 24262
+ * ld.texi (-plugin): Correct the path used to locate linker
+ plugins.
+
2019-03-13 Sudakshina Das <sudi.das@arm.com>
* NEWS: Document --pac-plt.
diff --git a/ld/ld.texi b/ld/ld.texi
index 7447c6e..0bcbec4 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -846,7 +846,7 @@ Note that the location of the compiler originated plugins is different
from the place where the @command{ar}, @command{nm} and
@command{ranlib} programs search for their plugins. In order for
those commands to make use of a compiler based plugin it must first be
-copied into the @file{$@{libdir@}/bfd-plugins} directory. All gcc
+copied into the @file{$@{bindir@}/../lib/bfd-plugins} directory. All gcc
based linker plugins are backward compatible, so it is sufficient to
just copy in the newest one.