summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-09-02 06:17:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-09-02 06:17:39 +0000
commit4adabccd5cda0b7e85eef999bf1d64981b211675 (patch)
tree1897a9e33dfd5b07f16b30d097e4d38e3b5e322d /c
parent2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4adabccd5cda0b7e85eef999bf1d64981b211675.tar.bz2
2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc8260/exceptions/raw_exception.c: #include <string.h>. #include <bspIo.h>.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog5
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index c81bc1da1d..730435eee3 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * mpc8260/exceptions/raw_exception.c: #include <string.h>.
+ #include <bspIo.h>.
+
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc6xx/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
diff --git a/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c b/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c
index 3fe5c371d7..aac37de08a 100644
--- a/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c
+++ b/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c
@@ -21,8 +21,10 @@
* $Id$
*/
+#include <string.h> /* memcmp */
#include <rtems/system.h>
#include <rtems/score/ppc.h>
+#include <rtems/bspIo.h>
#include <libcpu/raw_exception.h>
#include <libcpu/cpuIdent.h>