NEWS: Mention changes to setjmp on aarch64

Reviewed-by: Wilco Dijkstra  <Wilco.Dijkstra@arm.com>
This commit is contained in:
Yury Khrustalev 2025-07-09 13:13:44 +01:00
parent 77438db8cf
commit 30c7cf66b8
1 changed files with 3 additions and 0 deletions

3
NEWS
View File

@ -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.