aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Khrustalev <yury.khrustalev@arm.com>2025-07-09 13:13:44 +0100
committerYury Khrustalev <yury.khrustalev@arm.com>2025-07-09 13:27:35 +0100
commit30c7cf66b80f718a819609441ec4f68c9b0b4a9e (patch)
treeb08ad18f15f21009f383c57f7120d224829c01e8
parent77438db8cfa6ee66b3906230156bdae11c49a195 (diff)
downloadglibc-30c7cf66b80f718a819609441ec4f68c9b0b4a9e.zip
glibc-30c7cf66b80f718a819609441ec4f68c9b0b4a9e.tar.gz
glibc-30c7cf66b80f718a819609441ec4f68c9b0b4a9e.tar.bz2
NEWS: Mention changes to setjmp on aarch64
Reviewed-by: Wilco Dijkstra  <Wilco.Dijkstra@arm.com>
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f0153c7..1a95893 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.