summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-02 18:10:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-02 18:10:34 +0000
commit7246c8e9978e63058a688db708d8235f841a8d80 (patch)
tree58a8e68e1f6949d24820bd4a30297b356af2b517 /cpukit/ChangeLog
parent2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-7246c8e9978e63058a688db708d8235f841a8d80.tar.bz2
2009-03-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/malloc_initialize.c, score/Makefile.am, score/include/rtems/score/protectedheap.h, score/inline/rtems/score/heap.inl: Get total heap size correct when using unified C Program Heap and RTEMS Workspace. * score/src/pheapgetsize.c: New file.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 843e3a4c0c..e9a078d6f1 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2009-03-02 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libcsupport/src/malloc_initialize.c, score/Makefile.am,
+ score/include/rtems/score/protectedheap.h,
+ score/inline/rtems/score/heap.inl: Get total heap size correct when
+ using unified C Program Heap and RTEMS Workspace.
+ * score/src/pheapgetsize.c: New file.
+
2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1388/cpukit