diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-12-31 23:42:48 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-12-31 23:49:24 +0530 |
commit | 7715d3ab5095ac8b256cc1c26e16aebf96f10597 (patch) | |
tree | 359c51203ab790f9cf66365cbf1d72577be6b1fa /NEWS | |
parent | b31b4d6ae50b0d332207754327598fdce5b51015 (diff) | |
download | glibc-7715d3ab5095ac8b256cc1c26e16aebf96f10597.tar.gz glibc-7715d3ab5095ac8b256cc1c26e16aebf96f10597.tar.xz glibc-7715d3ab5095ac8b256cc1c26e16aebf96f10597.zip |
Add NEWS item for tunables
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 994ff5940d..7ebce44ca1 100644 --- a/NEWS +++ b/NEWS @@ -184,6 +184,11 @@ Version 2.25 printers show various pthread variables in human-readable form when read using the 'print' or 'display' commands in gdb. +* Tunables feature added to allow tweaking of the runtime for an application + program. This feature can be enabled with the '--enable-tunables' configure + flag. The GNU C Library manual has details on usage and README.tunables has + instructions on adding new tunables to the library. + Security related changes: On ARM EABI (32-bit), generating a backtrace for execution contexts which |