summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-17 22:36:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-17 22:36:45 +0000
commitad9255bedd57ee4ba0b855ff514c0718347bf6fb (patch)
treeb8b2dd5bfaaeb8c0a8576a95c4aa23765e76488b /cpukit/ChangeLog
parent2007-12-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-ad9255bedd57ee4ba0b855ff514c0718347bf6fb.tar.bz2
2007-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/Makefile.am, libcsupport/src/mallocfreespace.c: Add malloc_info() routine. * libcsupport/src/mallocinfo.c: New file.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ccc96f481b..4de9f66330 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2007-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libcsupport/Makefile.am, libcsupport/src/mallocfreespace.c: Add
+ malloc_info() routine.
+ * libcsupport/src/mallocinfo.c: New file.
+
+2007-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libmisc/stackchk/check.c: Add print of current stack pointer and
stack info even if stack checker is not initialized.