diff options
author | Yury Khrustalev <yury.khrustalev@arm.com> | 2025-07-09 13:13:44 +0100 |
---|---|---|
committer | Yury Khrustalev <yury.khrustalev@arm.com> | 2025-07-09 13:27:35 +0100 |
commit | 30c7cf66b80f718a819609441ec4f68c9b0b4a9e (patch) | |
tree | b08ad18f15f21009f383c57f7120d224829c01e8 | |
parent | 77438db8cfa6ee66b3906230156bdae11c49a195 (diff) | |
download | glibc-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |