2005-12-31 Ralf Corsepius <ralf.corsepius@rtems.org>

PR 851/bsps
	* mpc6xx/exceptions/raw_exception.c: Add PPC_603le.
This commit is contained in:
Ralf Corsepius
2005-12-31 12:30:23 +00:00
parent 6731214bbe
commit e9b17e4bbd
2 changed files with 7 additions and 1 deletions

View File

@@ -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.

View File

@@ -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 */