summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>2010-06-29 19:44:06 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>2010-06-29 19:44:06 +0000
commitd010b9d7cf7001c24a80fe4b0c9ab4da916d617b (patch)
treea48a5863a2ef656c751c080a6da7f9f4e1ec9f4f /c
parent2010-06-29 Jennifer.Averett <Jennifer.Averett@OARcorp.com> (diff)
downloadrtems-d010b9d7cf7001c24a80fe4b0c9ab4da916d617b.tar.bz2
2010-06-29 Jennifer Averett <Jennifer.Averett@OARcorp.com>
* new-exceptions/bspsupport/ppc_exc_asm_macros.h: Added include of bspopts to resolve compilation problem.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog5
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_asm_macros.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 449c0291a6..30deaa4028 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-29 Jennifer Averett <Jennifer.Averett@OARcorp.com>
+
+ * new-exceptions/bspsupport/ppc_exc_asm_macros.h: Added include of
+ bspopts to resolve compilation problem.
+
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1573/cpukit
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_asm_macros.h b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_asm_macros.h
index c823f51f21..4f334898c0 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_asm_macros.h
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_asm_macros.h
@@ -12,6 +12,7 @@
* reintroduce such statements.
*/
+#include <bspopts.h>
#include <bsp/vectors.h>
#define LT(cr) ((cr)*4+0)