summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-12-11 07:30:52 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-12-11 07:30:52 +0000
commit4dd7d3d26872bcf158f4f3f2e4b366df91e0748c (patch)
treed7381506b6f3926109dcb5d5df9a5f61f796c4c2 /c/src/lib/libcpu/powerpc/ChangeLog
parent2007-12-10 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-4dd7d3d26872bcf158f4f3f2e4b366df91e0748c.tar.bz2
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' nomenclature.
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 8960571d19..996e389d33 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,12 @@
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'
+ nomenclature.
+
+2007-12-10 Till Straumann <strauman@slac.stanford.edu>
+
* new-exceptions/bspsupport/ppc_exc_test.c: fixed
wrong type in argument (signed vs. unsigned)
compiler warning.