summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-05 21:50:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-05 21:50:47 +0000
commit7302f4c51f09815c50f29965726ff5417cbef2b0 (patch)
tree28609ea50501391ebc2d4c67693866e403191ed7 /c/src/lib/libcpu/powerpc/ChangeLog
parent2007-12-05 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-7302f4c51f09815c50f29965726ff5417cbef2b0.tar.bz2
2007-12-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* new-exceptions/raw_exception.c: Conditionalize call to e500_setup_raw_exceptions() since that is not even in the tree yet.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 1db3326dab..521b0787e7 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,10 @@
2007-12-05 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * new-exceptions/raw_exception.c: Conditionalize call to
+ e500_setup_raw_exceptions() since that is not even in the tree yet.
+
+2007-12-05 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* new-exceptions/raw_exception.c: Conditionalize some BOOKE vectors.
2007-12-05 Till Straumann <strauman@slac.stanford.edu>