Date: Tue, 23 Apr 2024 00:33:14 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: ed9f44083dba - stable/13 - rtld(1): minor clarification for LD_STATIC_TLS_EXTRA Message-ID: <202404230033.43N0XEh3022590@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=ed9f44083dbaf9b1bde1d81f7b48308e1dc33138 commit ed9f44083dbaf9b1bde1d81f7b48308e1dc33138 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-04-20 13:47:44 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-04-23 00:32:54 +0000 rtld(1): minor clarification for LD_STATIC_TLS_EXTRA (cherry picked from commit 8d7473703520f315c1bcd3b3d12498eee10d563e) --- libexec/rtld-elf/rtld.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index 4d97159b0aaf..a152dd444bd7 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -324,8 +324,11 @@ control to any user code. If the variable is specified and has a numeric value, .Nm will set the size of the static TLS extra space to the specified number -of bytes. The static TLS extra space is used when loading objects with -dlopen. The minimum value that can be specified is \'128\'. +of bytes. +The static TLS extra space is used when loading objects compiled for +initial-exec TLS code model with +.Xr dlopen 3 . +The minimum value that can be specified is \'128\'. .El .Sh DIRECT EXECUTION MODE .Nm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404230033.43N0XEh3022590>