summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-12-05 08:33:11 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-12-05 08:33:11 +0000
commit7df69c3716d5f1fe33aeb98b5c0baf482a546329 (patch)
treea628d79e13040090f9d55fd5ca27437e9f232ff2 /c/src/lib/libcpu/powerpc/ChangeLog
parent2007-12-04 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-7df69c3716d5f1fe33aeb98b5c0baf482a546329.tar.bz2
2007-12-05 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/raw_exception.c, new-exceptions/raw_exception.h: Qualified all exception vector symbols that are only defined #ifdef <cpu_flavor> with <cpu_flavor> in the symbol name. If the special flavor __ppc_generic is effective the ALL vector symbols are available and ppc_vector_is_valid() works for all supported CPUs (run-time check). This is work towards a #ifdef <cpu_flavor> free libcpu and exception framework.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 40494462b0..57ffb0bb90 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,14 @@
+2007-12-05 Till Straumann <strauman@slac.stanford.edu>
+
+ * new-exceptions/raw_exception.c, new-exceptions/raw_exception.h:
+ Qualified all exception vector symbols that are only defined
+ #ifdef <cpu_flavor> with <cpu_flavor> in the symbol name.
+ If the special flavor __ppc_generic is effective the ALL
+ vector symbols are available and ppc_vector_is_valid() works
+ for all supported CPUs (run-time check).
+ This is work towards a #ifdef <cpu_flavor> free libcpu and
+ exception framework.
+
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* mpc5xx/console-generic/console-generic.c, mpc8260/timer/timer.c,