summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-12-11 07:34:10 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-12-11 07:34:10 +0000
commit855012618c648a62c8a73307a5f89bced1659a18 (patch)
tree6304bcf6cd7140947fa42337f9075ae13d0c5594 /c/src/lib/libcpu/powerpc/ChangeLog
parent2007-12-10 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-855012618c648a62c8a73307a5f89bced1659a18.tar.bz2
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/e500_raw_exc_init.c: map DEC exception to ASM_BOOKE_DEC_VECTOR instead of ASM_DEC_VECTOR. Fixed wrong mapping of ASM_BOOKE_FIT_VECTOR (was ASM_BOOKE_PIT_VECTOR).
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 996e389d33..f10c2e24a4 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,13 @@
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
+ * new-exceptions/e500_raw_exc_init.c: map DEC
+ exception to ASM_BOOKE_DEC_VECTOR instead of ASM_DEC_VECTOR.
+
+ Fixed wrong mapping of ASM_BOOKE_FIT_VECTOR
+ (was ASM_BOOKE_PIT_VECTOR).
+
+2007-12-10 Till Straumann <strauman@slac.stanford.edu>
+
* new-exceptions/raw_exception.c, new_exceptions/raw_exception.h,
new_exceptions/bspsupport/irq.c: renamed ASM_BOOKE_PIT_VECTOR
to ASM_BOOKE_DEC_VECTOR to be closer to 'official'