summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-17 13:58:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-17 13:58:39 +0000
commitcad86947a12202fe8dfdb47b423b8092b3584369 (patch)
treeb7a6cedf248bcb82d708fe5830fd229f874d0c96
parent2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-cad86947a12202fe8dfdb47b423b8092b3584369.tar.bz2
2001-04-17 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Corrected paths on past few commits.
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index b6806f5a3e..5ca295aede 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,14 +1,22 @@
+2001-04-17 Joel Sherrill <joel@OARcorp.com>
+
+ * ChangeLog: Corrected paths on past few commits.
+
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shared/include/cpu.h: Don't include cpuIdent.h.
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * exceptions/raw_exception.c: Include <libcpu/cpuIdent.h>.
+ * mpc8260/exceptions/raw_exception.c: Include <libcpu/cpuIdent.h>.
+
+2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * mpc8xx/exceptions/raw_exception.c: Include <libcpu/cpuIdent.h>.
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * exceptions/raw_exception.c: Include <libcpu/cpuIdent.h>.
+ * mpc6xx/exceptions/raw_exception.c: Include <libcpu/cpuIdent.h>.
2002-04-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>