summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-12-10 07:06:53 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-12-10 07:06:53 +0000
commitbf5742a63081a2d8ed3051b3056e4548b044eeee (patch)
treec54b378426651b30dfb1cfe230437a40e126e553 /c/src/lib/libcpu/powerpc/ChangeLog
parent2007-12-08 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-bf5742a63081a2d8ed3051b3056e4548b044eeee.tar.bz2
2007-12-09 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/bspsupport/ppc_exc_test.c, new-exceptions/bspsupport/vectors_init.c, new-exceptions/bspsupport/ppc_exc_bspsupp.h, new-exceptions/bspsupport/README, new-exceptions/bspsupport/irq_supp.h: Added README and some comments; now use TRAP exception in ppc_exc_test.c so that it works on PSIM.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 5fc30ee7ed..dd51a6d79f 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,13 @@
+2007-12-09 Till Straumann <strauman@slac.stanford.edu>
+
+ * new-exceptions/bspsupport/ppc_exc_test.c,
+ new-exceptions/bspsupport/vectors_init.c,
+ new-exceptions/bspsupport/ppc_exc_bspsupp.h,
+ new-exceptions/bspsupport/README,
+ new-exceptions/bspsupport/irq_supp.h:
+ Added README and some comments; now use TRAP exception
+ in ppc_exc_test.c so that it works on PSIM.
+
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
* irq_supp.h: was moved from libbsp/powerpc/shared/irq to