From 30c7cf66b80f718a819609441ec4f68c9b0b4a9e Mon Sep 17 00:00:00 2001 From: Yury Khrustalev Date: Wed, 9 Jul 2025 13:13:44 +0100 Subject: [PATCH] NEWS: Mention changes to setjmp on aarch64 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Wilco Dijkstra  --- NEWS | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.47.2