diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2017-06-01 00:50:58 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2017-06-01 00:50:58 +0000 |
| commit | c77ad1e707572b45df44819241e2f43b32cac71d (patch) | |
| tree | def910ca3ca3cd8eeb42d7bf02af049746bd9845 /libexec | |
| parent | 01ab5cf8622a8829181118e95d219c7403d9c4ab (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-elf/rtld.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index b05cfdaf8576..fee47dc8ca9a 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -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 constructors. .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" |
