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:
authorJeff Johnston <jjohnstn@redhat.com>2015-05-26 22:23:39 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-05-27 14:30:20 +0300
commitb46d3b55368878227752b040cd731ba95c02fe85 (patch)
tree25c9d5d9df4676a7726d77125503b6d71c9ea3fb /libgloss/ChangeLog
parenta6342974b0904d0c7a390e7623661ea254e3984f (diff)
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 adda15512..1dc57b6a5 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