summaryrefslogtreecommitdiff
path: root/src/skin
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-03-05 01:11:15 +0000
committermidipix <writeonce@midipix.org>2024-03-05 02:10:46 +0000
commite47cd7d15cee80e0a78fb7a4ec0d53e117d37379 (patch)
tree9f5d8a988db33f1941f9e61f3a6771ec32eeed86 /src/skin
parent8ef9e14afc6d97e6cf2da17995c3278f7309cf25 (diff)
downloadslibtool-e47cd7d15cee80e0a78fb7a4ec0d53e117d37379.tar.bz2
slibtool-e47cd7d15cee80e0a78fb7a4ec0d53e117d37379.tar.xz
driver: finalized -dlopen, including the 'self' and 'force' special arguments.
Diffstat (limited to 'src/skin')
-rw-r--r--src/skin/slbt_skin_default.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/skin/slbt_skin_default.c b/src/skin/slbt_skin_default.c
index d258def..c982908 100644
--- a/src/skin/slbt_skin_default.c
+++ b/src/skin/slbt_skin_default.c
@@ -202,8 +202,10 @@ const slbt_hidden struct argv_option slbt_default_options[] = {
{"dlopen", 0,TAG_DLOPEN,ARGV_OPTARG_REQUIRED,
ARGV_OPTION_HYBRID_ONLY|ARGV_OPTION_HYBRID_SPACE,
0,"<module>",
- "add the directory containing %s to the library path "
- "[currently a no-op]"},
+ "create and link into the dynamic library, dynamic module, "
+ "or executable program a minimal, backward-compatible dlsyms "
+ "vtable. On modern systems, this has the same effect as "
+ "``-dlpreopen force``."},
{"dlpreopen", 0,TAG_DLPREOPEN,ARGV_OPTARG_REQUIRED,
ARGV_OPTION_HYBRID_ONLY|ARGV_OPTION_HYBRID_SPACE,