mirror of git://sourceware.org/git/glibc.git
NEWS: Mention changes to setjmp on aarch64
Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
This commit is contained in:
parent
77438db8cf
commit
30c7cf66b8
3
NEWS
3
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue