diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -18,9 +18,14 @@ Major new features: * On Linux, the pthread_gettid_np function has been added. +* The ISO C2Y family of unsigned abs functions, i.e. + uabs, ulabs, ullabs and uimaxabs, are now supported. + Deprecated and removed features, and other changes affecting compatibility: - [Add deprecations, removals and changes affecting compatibility here] +* The glibc.rtld.execstack now supports a compatibility mode to allow + programs that require an executable stack through dynamic loaded + shared libraries. Changes to build and runtime requirements: |