summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-16 09:07:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-16 09:07:47 +0000
commit21a6869c26a149f593f619c7ff651fbbf8789ac6 (patch)
tree16e754763826cdc7c1706ef05084bddea93e7b72 /c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
parent2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-21a6869c26a149f593f619c7ff651fbbf8789ac6.tar.bz2
2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* new-exceptions/cpu.c: Add CPU_MINIMUM_STACK_FRAME_SIZE.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/new-exceptions/cpu.c')
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/cpu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c b/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
index f8f1223f61..9e87acd5e0 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
@@ -65,6 +65,9 @@ void _CPU_Initialize(
* _CPU_Context_Initialize
*/
+/* PPC_ABI_SVR4 or PPC_ABI_EABI */
+#define CPU_MINIMUM_STACK_FRAME_SIZE 8
+
void _CPU_Context_Initialize(
Context_Control *the_context,
uint32_t *stack_base,