summaryrefslogtreecommitdiffstats
path: root/c/src
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
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')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog4
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/cpu.c3
2 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 14ba64daa2..1243b826db 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,9 @@
2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * new-exceptions/cpu.c: Add CPU_MINIMUM_STACK_FRAME_SIZE.
+
+2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* new-exceptions/cpu.c (_CPU_ISR_install_vector): New.
2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
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,