summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-12-09 00:00:08 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-12-09 00:00:08 +0000
commitf73c6285c17cb37f933721f0b07354f384ec6930 (patch)
tree0c2787a837e58077d0ddafea57af9901a02b2f24 /c/src/lib/libcpu/powerpc/ChangeLog
parent2007-12-08 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-f73c6285c17cb37f933721f0b07354f384ec6930.tar.bz2
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/bspsupport/irq.c, new-exceptions/bspsupport/ppc_exc_bspsupp.h, new-exceptions/bspsupport/ppc_exc_hdl.c: fixed some mismatching signed/unsigned types.
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 bb036d34d5..49e19b5f20 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,12 @@
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
+ * new-exceptions/bspsupport/irq.c,
+ new-exceptions/bspsupport/ppc_exc_bspsupp.h,
+ new-exceptions/bspsupport/ppc_exc_hdl.c:
+ fixed some mismatching signed/unsigned types.
+
+2007-12-08 Till Straumann <strauman@slac.stanford.edu>
+
* new-exceptions/bspsupport/, new-exceptions/bspsupport/ppc_exc.S,
new-exceptions/bspsupport/ppc_exc_test.c,
new-exceptions/bspsupport/vectors.h,