summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-08 22:59:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-08 22:59:14 +0000
commitcfcc4e202d928690c46a083ce594aa0d505bf302 (patch)
treeae22c4fd873aacb37662b661760f4d4ce021acc6 /cpukit/ChangeLog
parent2008-01-08 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-cfcc4e202d928690c46a083ce594aa0d505bf302.tar.bz2
2008-01-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/Makefile.am: Add malloc_sbrk_helpers.c. * libcsupport/include/rtems/malloc.h, libcsupport/src/malloc.c, libcsupport/src/malloc_initialize.c, libcsupport/src/malloc_p.h, libcsupport/src/malloc_statistics_helpers.c: Make sbrk() support pluggable and optional. This eliminates the need for heap extend and sbrk in the minimum footprint which is ~2.5K on the SPARC. * sapi/include/confdefs.h: Add the following configuration points: + CONFIGURE_MALLOC_STATISTICS + CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK * libcsupport/src/malloc_sbrk_helpers.c: New file.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index e462800c7e..89c6582515 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,18 @@
+2008-01-08 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libcsupport/Makefile.am: Add malloc_sbrk_helpers.c.
+ * libcsupport/include/rtems/malloc.h,
+ libcsupport/src/malloc.c, libcsupport/src/malloc_initialize.c,
+ libcsupport/src/malloc_p.h,
+ libcsupport/src/malloc_statistics_helpers.c: Make sbrk()
+ support pluggable and optional. This eliminates the need for
+ heap extend and sbrk in the minimum footprint which is ~2.5K on
+ the SPARC.
+ * sapi/include/confdefs.h: Add the following configuration points:
+ + CONFIGURE_MALLOC_STATISTICS
+ + CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK
+ * libcsupport/src/malloc_sbrk_helpers.c: New file.
+
2008-01-08 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/Makefile.am: Add missing file.