aboutsummaryrefslogtreecommitdiff
path: root/libgloss/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2015-05-26 15:23:39 -0400
committerCorinna Vinschen <corinna@vinschen.de>2015-05-27 13:30:20 +0200
commitb46d3b55368878227752b040cd731ba95c02fe85 (patch)
tree25c9d5d9df4676a7726d77125503b6d71c9ea3fb /libgloss/ChangeLog
parenta6342974b0904d0c7a390e7623661ea254e3984f (diff)
downloadnewlib-b46d3b55368878227752b040cd731ba95c02fe85.zip
newlib-b46d3b55368878227752b040cd731ba95c02fe85.tar.gz
newlib-b46d3b55368878227752b040cd731ba95c02fe85.tar.bz2
Store entire context for or1k
- Store the exception program counter (from EPCR) and exception status register (from ESR) also during the exception. A runtime system may replace them thereby to implement a thread switch. * or1k/exception-asm.S: Store missing state
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index adda155..1dc57b6 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,5 +1,9 @@
2015-05-26 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
+ * or1k/exception-asm.S: Store missing state
+
+2015-05-26 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
+
* or1k/crt0.S: Fix exception stack frame
* or1k/exception-asm.S: ditto