diff options
author | Stefan Liebler <stli@linux.ibm.com> | 2025-07-08 15:06:45 +0200 |
---|---|---|
committer | Stefan Liebler <stli@linux.ibm.com> | 2025-07-09 10:52:15 +0200 |
commit | 77438db8cfa6ee66b3906230156bdae11c49a195 (patch) | |
tree | 188794d7080ae97aa112c740e806e2b988b81ae6 | |
parent | 7130c2ae972b3c521e2795af6935982a4f078850 (diff) | |
download | glibc-77438db8cfa6ee66b3906230156bdae11c49a195.zip glibc-77438db8cfa6ee66b3906230156bdae11c49a195.tar.gz glibc-77438db8cfa6ee66b3906230156bdae11c49a195.tar.bz2 |
Mark support for lock elision as deprecated.
As discussed here:
https://sourceware.org/pipermail/libc-alpha/2025-July/168492.html
The support for TX lock elision of pthread mutexes is deprecated on
all architectures and will be removed in the next release.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -42,6 +42,9 @@ Deprecated and removed features, and other changes affecting compatibility: obsolete since the very first version of POSIX.1 in 1988, replaced with <termios.h>. +* The support for TX lock elision of pthread mutexes is deprecated on + all architectures and will be removed in the next release. + Changes to build and runtime requirements: * GCC 12.1 or later is now required to build the GNU C Library. |