diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 01f0107ab..e7b3680d1 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,10 @@ 2009-05-13 Paul Brook <paul@codesourcery.com> + * libc/machine/arm/setjmp.S: Don't bother saving IP. Copy SP to + IP before saving. Likewise when restoring. + +2009-05-13 Paul Brook <paul@codesourcery.com> + * libc/machine/arm/setjmp.S: Add ARMv6-M implementation. 2009-05-13 Corinna Vinschen <corinna@vinschen.de> |