1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

ld.so: Add --list-tunables to print tunable values

Pass --list-tunables to ld.so to print tunables with min and max values.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
H.J. Lu
2020-07-12 06:04:53 -07:00
parent cc528f9a7e
commit 86f65dffc2
10 changed files with 172 additions and 2 deletions

View File

@ -255,7 +255,12 @@ setting environment variables (which would be inherited by subprocesses).\n\
in LIST\n\
--audit LIST use objects named in LIST as auditors\n\
--preload LIST preload objects named in LIST\n\
--argv0 STRING set argv[0] to STRING before running\n\
--argv0 STRING set argv[0] to STRING before running\n"
#if HAVE_TUNABLES
"\
--list-tunables list all tunables with minimum and maximum values\n"
#endif
"\
--help display this help and exit\n\
--version output version information and exit\n\
\n\