From d010b9d7cf7001c24a80fe4b0c9ab4da916d617b Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Tue, 29 Jun 2010 19:44:06 +0000 Subject: [PATCH] 2010-06-29 Jennifer Averett * new-exceptions/bspsupport/ppc_exc_asm_macros.h: Added include of bspopts to resolve compilation problem. --- c/src/lib/libcpu/powerpc/ChangeLog | 5 +++++ .../powerpc/new-exceptions/bspsupport/ppc_exc_asm_macros.h | 1 + 2 files changed, 6 insertions(+) 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 + + * new-exceptions/bspsupport/ppc_exc_asm_macros.h: Added include of + bspopts to resolve compilation problem. + 2010-06-28 Joel Sherrill 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 #include #define LT(cr) ((cr)*4+0)