summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-12-31 12:30:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-12-31 12:30:23 +0000
commite9b17e4bbde0a991b59cb89b9e879ab4ea8c7d0b (patch)
tree64f8a8343fc745a70518298b8d864e4e90de5dad /c
parent2005-11-31 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e9b17e4bbde0a991b59cb89b9e879ab4ea8c7d0b.tar.bz2
2005-12-31 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 851/bsps * mpc6xx/exceptions/raw_exception.c: Add PPC_603le.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog7
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c1
2 files changed, 7 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 22d504f3a9..7e7be95fe4 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,4 +1,9 @@
-2005-11-31 Ralf Corsepius <ralf.corsepius@rtems.org>
+2005-12-31 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ PR 851/bsps
+ * mpc6xx/exceptions/raw_exception.c: Add PPC_603le.
+
+2005-12-31 Ralf Corsepius <ralf.corsepius@rtems.org>
* mpc6xx/exceptions/raw_exception.c: Cosmetics.
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
index 8ccc43f969..e1770ebd58 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
@@ -176,6 +176,7 @@ int mpc60x_vector_is_valid(rtems_vector vector)
break;
case PPC_603:
case PPC_603e:
+ case PPC_603le:
case PPC_603ev:
case PPC_8260:
/* case PPC_8240: -- same value as 8260 */