summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2008-07-16 23:13:24 +0000
committerTill Straumann <strauman@slac.stanford.edu>2008-07-16 23:13:24 +0000
commit84a25d82ecb401b6fc05f9efff25dac3f56115af (patch)
tree29905e31afee361a8042e7cf8968d3d197d3176a /c/src/lib/libcpu/powerpc/ChangeLog
parent2008-07-16 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-84a25d82ecb401b6fc05f9efff25dac3f56115af.tar.bz2
2008-07-16 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/bspsupport/vectors_init.c: added features to C_exception_handler() (the default global handler): - try to catch recursion - print info about context where the exception occurred (ISR or task with task ID). - suspend offending task rather than spinning forever.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 703956afc9..37a7f75710 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,15 @@
2008-07-16 Till Straumann <strauman@slac.stanford.edu>
+ * new-exceptions/bspsupport/vectors_init.c: added
+ features to C_exception_handler() (the default global
+ handler):
+ - try to catch recursion
+ - print info about context where the exception occurred
+ (ISR or task with task ID).
+ - suspend offending task rather than spinning forever.
+
+2008-07-16 Till Straumann <strauman@slac.stanford.edu>
+
* new-exceptions/bspsupport/vectors_init.c: must not
align start of stack downwards (we don't 'own' memory
below start). Instead, use original boundaries but