summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-12-05 09:29:03 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-12-05 09:29:03 +0000
commit464ba4d0406ea55c4a5f3b684ba8750ce46927b0 (patch)
treeb25e83a9ced791e7594ca3da5e56ae18b0dbe0ab /c/src/lib/libcpu/powerpc/ChangeLog
parent2007-12-05 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-464ba4d0406ea55c4a5f3b684ba8750ce46927b0.tar.bz2
2007-12-05 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/raw_exception.c, new-exceptions/raw_exception.h: Added typedef for exception classes (classic, critical, ... synchronous / asynchronous). ppc_vector_is_valid() now returns the appropriate class.
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 013ac3eea2..2213f47588 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,12 @@
2007-12-05 Till Straumann <strauman@slac.stanford.edu>
+ * new-exceptions/raw_exception.c, new-exceptions/raw_exception.h:
+ Added typedef for exception classes (classic, critical, ...
+ synchronous / asynchronous). ppc_vector_is_valid() now returns
+ the appropriate class.
+
+2007-12-05 Till Straumann <strauman@slac.stanford.edu>
+
* new-exceptions/raw_exception.c: made all <cpu>_vector_is_valid()
subroutines that are called from ppc_vector_is_valid() 'static'.