From e1eb8a349adb0d76e85bd1696673b939903e4dc5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 21 Nov 2001 18:39:24 +0000 Subject: 2001-11-21 Ralf Corsepius * configure.ac: Remove mpc750 from new_exception_processing, Remove mpc604 from new_exception_processing. --- c/src/lib/libcpu/powerpc/ChangeLog | 5 +++++ c/src/lib/libcpu/powerpc/configure.ac | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'c') diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog index 557bd85b43..afdec0d157 100644 --- a/c/src/lib/libcpu/powerpc/ChangeLog +++ b/c/src/lib/libcpu/powerpc/ChangeLog @@ -1,3 +1,8 @@ +2001-11-21 Ralf Corsepius + + * configure.ac: Remove mpc750 from new_exception_processing, + Remove mpc604 from new_exception_processing. + 2001-11-21 Ralf Corsepius * configure.ac: Remove ppc603e from old_exception_processing. diff --git a/c/src/lib/libcpu/powerpc/configure.ac b/c/src/lib/libcpu/powerpc/configure.ac index 927f4e2b07..46d340ea43 100644 --- a/c/src/lib/libcpu/powerpc/configure.ac +++ b/c/src/lib/libcpu/powerpc/configure.ac @@ -38,10 +38,7 @@ AM_CONDITIONAL(shared, test "$RTEMS_CPU_MODEL" = "mpc750" \ ## there are no 601 or 602 BSPs currently. The 505 BSPs are in user land. AM_CONDITIONAL(new_exception_processing, \ -test "$RTEMS_CPU_MODEL" = "mpc750" || \ -test "$RTEMS_CPU_MODEL" = "mpc604" || \ -test "$RTEMS_CPU_MODEL" = "mpc860" \ -) +test "$RTEMS_CPU_MODEL" = "mpc860" ) ## The goal is to get rid of the old exception processing code but ## but all BSPs in the distribution must be migrated to the new model -- cgit v1.2.3