NEWS: report arm ABI break

Add details of ABI-conformance fix to setjmp implementation under
Major changes in newlib version 4.3.0
This commit is contained in:
Victor L. Do Nascimento 2023-01-19 17:19:09 +00:00 committed by Jeff Johnston
parent 2e80e1282a
commit 66dfdc5aaf
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
- remove phoenix OS support - remove phoenix OS support
- remove unused members from struct _reent (see also --enable-newlib-reent-binary-compat) - remove unused members from struct _reent (see also --enable-newlib-reent-binary-compat)
- build system internals heavily rewritten & updated - build system internals heavily rewritten & updated
- make arm jmp_buf size and alignment ABI-conformant
- fixed bug in arm setjmp/longjmp to preserve floating-point register values
- add --enable-newlib-reent-thread-local configuration option - add --enable-newlib-reent-thread-local configuration option
- add --enable-newlib-reent-binary-compat configuration option - add --enable-newlib-reent-binary-compat configuration option
- add 64-bit powerpc setjmp/longjmp support - add 64-bit powerpc setjmp/longjmp support