From ff79cc570e724e5f39af535e40d3d25889f42d62 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 7 Nov 2001 23:43:18 +0000 Subject: 2001-11-07 Joel Sherrill * configure.ac: Delete the commented out line that said that the mpc8260 used the old exception processing model. This line also appears to have caused ppc603e to miss this test. --- c/src/lib/libcpu/powerpc/ChangeLog | 6 ++++++ c/src/lib/libcpu/powerpc/configure.ac | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'c/src') diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog index 0033f1fb17..2c71a462c1 100644 --- a/c/src/lib/libcpu/powerpc/ChangeLog +++ b/c/src/lib/libcpu/powerpc/ChangeLog @@ -1,3 +1,9 @@ +2001-11-07 Joel Sherrill + + * configure.ac: Delete the commented out line that said that + the mpc8260 used the old exception processing model. This line + also appears to have caused ppc603e to miss this test. + 2001-10-29 Joel Sherrill * mpc8xx/timer/timer.c: Added hack for two macros that are not defined diff --git a/c/src/lib/libcpu/powerpc/configure.ac b/c/src/lib/libcpu/powerpc/configure.ac index 08252af1c4..06a38d4bae 100644 --- a/c/src/lib/libcpu/powerpc/configure.ac +++ b/c/src/lib/libcpu/powerpc/configure.ac @@ -51,7 +51,6 @@ test "$RTEMS_CPU_MODEL" = "mpc860" \ AM_CONDITIONAL(old_exception_processing, \ test "$RTEMS_CPU_MODEL" = "ppc403" || \ test "$RTEMS_CPU_MODEL" = "mpc505" || \ -#test "$RTEMS_CPU_MODEL" = "mpc8260" || \ test "$RTEMS_CPU_MODEL" = "ppc603e" \ ) -- cgit v1.2.3