summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/powerpc')
-rw-r--r--cpukit/score/cpu/powerpc/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog
index ac1d31cacb..982c906ad8 100644
--- a/cpukit/score/cpu/powerpc/ChangeLog
+++ b/cpukit/score/cpu/powerpc/ChangeLog
@@ -1,3 +1,15 @@
+2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * rtems/new-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
+ CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
+ CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
+ * rtems/old-exceptions/cpu.h (CPU_STACK_MINIMUM_SIZE,
+ CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
+ CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Remove.
+ * rtems/score/cpu.h (CPU_STACK_MINIMUM_SIZE,
+ CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT,
+ CPU_PARTITION_ALIGNMENT, CPU_STACK_ALIGNMENT): Add.
+
2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/new-exceptions/cpu.h: Remove CPU_MINIMUM_STACK_FRAME_SIZE.