summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-01 21:19:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-01 21:19:23 +0000
commiteba2e4f7b35e3b41479f04481dd7250df65cfc3d (patch)
treeac6794cb4b3c3d2457f73793b389283a7585da0d /c/src/lib/libbsp/powerpc/shared
parent2000-11-01 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-eba2e4f7b35e3b41479f04481dd7250df65cfc3d.tar.bz2
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>. Header file order was cleaned up while doing this.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/shared')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/ChangeLog7
-rw-r--r--c/src/lib/libbsp/powerpc/shared/startup/bspstart.c6
2 files changed, 10 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/ChangeLog b/c/src/lib/libbsp/powerpc/shared/ChangeLog
index e9cd56d014..77f6605928 100644
--- a/c/src/lib/libbsp/powerpc/shared/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/shared/ChangeLog
@@ -1,3 +1,10 @@
+ vector function (mpc60x_vector_is_valid) instead of MPC750
+ specific function to allow operation on boards with CPUs other
+ than the MPC750.
+
+2001-03-30 Eric Valette <valette@crf.canon.fr>
+
+ * Makefile.am, console/consoleIo.h, include/bsp.h:
These modifications are part of the conversion of the
mpc8xx CPU to the "new exception processing model."
diff --git a/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c b/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c
index f567367834..12061e6206 100644
--- a/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c
@@ -18,10 +18,10 @@
* $Id$
*/
-#include <bsp.h>
-#include <rtems/libio.h>
-#include <libcsupport.h>
#include <string.h>
+
+#include <rtems/libio.h>
+#include <rtems/libcsupport.h>
#include <bsp/consoleIo.h>
#include <libcpu/spr.h>
#include <bsp/residual.h>