]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
NEWS: Mention changes to setjmp on aarch64
authorYury Khrustalev <yury.khrustalev@arm.com>
Wed, 9 Jul 2025 12:13:44 +0000 (13:13 +0100)
committerYury Khrustalev <yury.khrustalev@arm.com>
Wed, 9 Jul 2025 12:27:35 +0000 (13:27 +0100)
Reviewed-by: Wilco Dijkstra  <Wilco.Dijkstra@arm.com>
NEWS

diff --git a/NEWS b/NEWS
index f0153c7e9a1e0ecfff1bd2343c25a5ce432501b2..1a958930e74278e5c223073095138c9ad6499a77 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,9 @@ Deprecated and removed features, and other changes affecting compatibility:
 * The support for TX lock elision of pthread mutexes is deprecated on
   all architectures and will be removed in the next release.
 
+* On AArch64 Linux targets supporting SME, setjmp and sigsetjmp will
+  disable ZA state of SME.
+
 Changes to build and runtime requirements:
 
 * GCC 12.1 or later is now required to build the GNU C Library.