summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-24 19:50:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-24 19:50:06 +0000
commit94a88c1c954af0967e79fe3a1b98973df0b60733 (patch)
tree4b54c873d9297eccd78c9be3b966f263004b076a /cpukit/ChangeLog
parent2008-11-24 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-94a88c1c954af0967e79fe3a1b98973df0b60733.tar.bz2
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.
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