summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2008-04-07 09:35:45 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2008-04-07 09:35:45 +0000
commiteaa58dc9aa8825b4ed4abfbabd5ce0de299bb580 (patch)
tree27ec56b92b705e7f80e58b1eb88c5d72a82f81b7 /c
parent2008-04-04 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-eaa58dc9aa8825b4ed4abfbabd5ce0de299bb580.tar.bz2
removed references to outdated "old-exception-handling" PPC support
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog5
-rw-r--r--c/src/lib/libcpu/powerpc/README9
2 files changed, 7 insertions, 7 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 786c4bd0d8..ed937cccc2 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-07 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
+
+ * README:
+ removed reference to outdated "old-exception-handling" PPC support
+
2008-03-20 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/bspsupport/irq.c: don't disable irqs
diff --git a/c/src/lib/libcpu/powerpc/README b/c/src/lib/libcpu/powerpc/README
index 9d61043bda..57ac52a9fa 100644
--- a/c/src/lib/libcpu/powerpc/README
+++ b/c/src/lib/libcpu/powerpc/README
@@ -21,14 +21,9 @@ family members using the new exception processing model:
+ mpc850 (uses mpc860 directory)
+ mpc860
+ mpc8260
-
-The following PowerPC family members are supported but
-still use the old exception processing model:
-
- + ppc403
- + ppc405 (uses ppc403 directory)
- + ppc6xx (no libcpu support)
+ + ppc405
Note that because of similarities in various family members,
the mpc823 should be able to use the mpc821 code and the
mpc850 should be able to use the mpc850 code.
+