From 7246c8e9978e63058a688db708d8235f841a8d80 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 2 Mar 2009 18:10:34 +0000 Subject: 2009-03-02 Joel Sherrill * 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. --- cpukit/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/ChangeLog') 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 + + * 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 PR 1388/cpukit -- cgit v1.2.3