Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor L. Do Nascimento <victor.donascimento@arm.com>2023-01-19 20:19:09 +0300
committerJeff Johnston <jjohnstn@redhat.com>2023-01-19 23:03:24 +0300
commit66dfdc5aafb8df5e3ed79c50194a712479080561 (patch)
treec2fbee0a363906dcfc337aeb281fae299cb5d19b /newlib/NEWS
parent2e80e1282ae1d45615e2bf32379ec100fc258b4f (diff)
NEWS: report arm ABI break
Add details of ABI-conformance fix to setjmp implementation under Major changes in newlib version 4.3.0
Diffstat (limited to 'newlib/NEWS')
-rw-r--r--newlib/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/NEWS b/newlib/NEWS
index 5e64b2660..4bac682f5 100644
--- a/newlib/NEWS
+++ b/newlib/NEWS
@@ -5,6 +5,8 @@
- remove phoenix OS support
- remove unused members from struct _reent (see also --enable-newlib-reent-binary-compat)
- 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-binary-compat configuration option
- add 64-bit powerpc setjmp/longjmp support