aboutsummaryrefslogtreecommitdiff
path: root/libgloss/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2015-05-26 15:21:52 -0400
committerCorinna Vinschen <corinna@vinschen.de>2015-05-27 13:30:19 +0200
commita6342974b0904d0c7a390e7623661ea254e3984f (patch)
treec307cdd72b3dcc0b581be73193b44fdc7ed0b808 /libgloss/ChangeLog
parent132030fcf203a50c5c85f162135bb92b08021bf5 (diff)
downloadnewlib-a6342974b0904d0c7a390e7623661ea254e3984f.zip
newlib-a6342974b0904d0c7a390e7623661ea254e3984f.tar.gz
newlib-a6342974b0904d0c7a390e7623661ea254e3984f.tar.bz2
Fix exception stack frame for or1k
- We do not need a red zone here, as we do not operate on the current stack, but always use the clear exception stack. Also reserve two extra words for the context to store EPCR and ESR. * or1k/crt0.S: Fix exception stack frame * or1k/exception-asm.S: ditto
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 1ca803f..adda155 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,5 +1,10 @@
2015-05-26 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
+ * or1k/crt0.S: Fix exception stack frame
+ * or1k/exception-asm.S: ditto
+
+2015-05-26 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
+
* or1k/interruts-asm.S: Change registers to callee-saved.
2015-05-18 Nick Clifton <nickc@redhat.com>