summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-12-11 05:19:55 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-12-11 05:19:55 +0000
commitf328b69076b3e92276ffaa13e8779ed608c974c4 (patch)
tree1f296faedcb2a16e21dd2aed41f267d2a0b91296 /c/src/lib/libcpu/powerpc/ChangeLog
parent2007-12-10 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-f328b69076b3e92276ffaa13e8779ed608c974c4.tar.bz2
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/bspsupport/ppc_exc_hdl.c: make sure RI is set in the exception frame and panic if it isn't (state info might have been lost). This only affects classic PPC.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index e48e309e81..b9ae8f072d 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,12 @@
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
+ * new-exceptions/bspsupport/ppc_exc_hdl.c: make sure
+ RI is set in the exception frame and panic if it isn't
+ (state info might have been lost). This only affects
+ classic PPC.
+
+2007-12-10 Till Straumann <strauman@slac.stanford.edu>
+
* new-exceptions/bspsupport/README,
new-exceptions/bspsupport/ppc_exc_bspsupp.h
new-exceptions/bspsupport/vectors_init.c: