From: Yury Khrustalev Date: Wed, 9 Jul 2025 12:13:44 +0000 (+0100) Subject: NEWS: Mention changes to setjmp on aarch64 X-Git-Tag: glibc-2.42~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30c7cf66b80f718a819609441ec4f68c9b0b4a9e;p=thirdparty%2Fglibc.git NEWS: Mention changes to setjmp on aarch64 Reviewed-by: Wilco Dijkstra  --- diff --git a/NEWS b/NEWS index f0153c7e9a..1a958930e7 100644 --- 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.