svn commit: r319367 - stable/11/libexec/rtld-elf
Konstantin Belousov
kib at FreeBSD.org
Thu Jun 1 00:50:59 UTC 2017
Author: kib
Date: Thu Jun 1 00:50:58 2017
New Revision: 319367
URL: https://svnweb.freebsd.org/changeset/base/319367
Log:
MFC r319137:
Correct explanation of the dynamic tokens handling.
Modified:
stable/11/libexec/rtld-elf/rtld.1
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/libexec/rtld-elf/rtld.1
==============================================================================
--- stable/11/libexec/rtld-elf/rtld.1 Thu Jun 1 00:48:59 2017 (r319366)
+++ stable/11/libexec/rtld-elf/rtld.1 Thu Jun 1 00:50:58 2017 (r319367)
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 16, 2017
+.Dd May 20, 2017
.Dt RTLD 1
.Os
.Sh NAME
@@ -60,10 +60,11 @@ This is useful for C++ libraries that contain static c
.Pp
When resolving dependencies for the loaded objects,
.Nm
-may be allowed to translate dynamic token strings in rpath and soname
-by setting
+translates dynamic token strings in rpath and soname.
+If the
.Fl "z origin"
-option of the static linker
+option of the static linker was set when linking the binary,
+the token expansion is performed at the object load time, see
.Xr ld 1 .
The following strings are recognized now:
.Bl -tag -width ".Pa $PLATFORM"
More information about the svn-src-stable
mailing list