diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-07-12 06:04:53 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-01-15 05:59:10 -0800 |
commit | 86f65dffc2396d408beb628f1cad2b8f63e197bd (patch) | |
tree | 70d71a492800a6b4838ff2232ecc315d353a469b /NEWS | |
parent | cc528f9a7e51f769ea79a9c413af417671bcc695 (diff) | |
download | glibc-86f65dffc2396d408beb628f1cad2b8f63e197bd.tar.gz |
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>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ Version 2.33 Major new features: +* The dynamic linker accepts the --list-tunables argument which prints + all the supported tunables. This option is disable if glibc is + configured with tunables disabled (--enable-tunables=no). + * The dynamic linker accepts the --argv0 argument and provides opportunity to change argv[0] string. |