mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
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.
This commit is contained in:
parent
1c529385d9
commit
1c82ed745b
@ -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.
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user