about summary refs log tree commit diff
path: root/elf/tst-rtld-list-tunables.exp
Commit message (Collapse)AuthorAgeFilesLines
* tunables: Disallow negative values for some tunablesSiddhesh Poyarekar2021-02-101-1/+1
| | | | | | | | The glibc.malloc.mmap_max tunable as well as al of the INT_32 tunables don't have use for negative values, so pin the hardcoded limits in the non-negative range of INT. There's no real benefit in any of those use cases for the extended range of unsigned, so I have avoided added a new type to keep things simple.
* ld.so: Add --list-tunables to print tunable valuesH.J. Lu2021-01-151-0/+14
Pass --list-tunables to ld.so to print tunables with min and max values. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>