summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 8b3425a9bc..4545d6b309 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,15 @@
+2008-11-24 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ PR 1341/cpukit
+ * sapi/include/confdefs.h: The following macros were missing
+ the _Configure_From_workspace() wrapper on their size estimate:
+ + CONFIGURE_INTERRUPT_STACK_MEMORY
+ + CONFIGURE_MEMORY_PER_TASK_FOR_CLASSIC_API
+ + CONFIGURE_INTERRUPT_VECTOR_TABLE
+ + CONFIGURE_MEMORY_FOR_STATIC_EXTENSIONS
+ In addition, there was a duplicate definition of
+ CONFIGURE_MEMORY_PER_TASK_FOR_CLASSIC_API.
+
2008-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add AC_CHECK_FUNC's to check functions migrating