ld.so.8: Minor tweaks to Carlos's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-07-05 10:35:36 +02:00
parent bbba55c221
commit 25d4adc278
1 changed files with 5 additions and 3 deletions

View File

@ -68,10 +68,12 @@ in which case it is ignored.
.IP o
Using the directories specified in the
DT_RUNPATH dynamic section attribute
of the binary if present. Such directories are only searched to
of the binary if present.
Such directories are searched only to
find those objects required by DT_NEEDED (direct dependencies) entries
and do not apply to those object's children who must themselves have
their own DT_RUNPATH entries. This is unlike DT_RPATH which is applied
and do not apply to those objects' children,
which must themselves have their own DT_RUNPATH entries.
This is unlike DT_RPATH, which is applied
to searches for all children in the dependency tree.
.IP o
From the cache file