summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-08-25 14:30:01 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-08-25 14:30:01 +0000
commit1b5a0ecef7b983fbad6ce52af10c0683ed1989b6 (patch)
treed9000eea13b2a61b1e54bb91319a086f3bbd131c /cpukit/ChangeLog
parent2010-08-25 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-1b5a0ecef7b983fbad6ce52af10c0683ed1989b6.tar.bz2
2010-08-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libcsupport/src/free.c, libcsupport/src/malloc.c, libcsupport/src/malloc_initialize.c: Remove heap walks in case RTEMS_DEBUG is defined.
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 d11cfde955..2d2ec2068e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2010-08-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
+ * libcsupport/src/free.c, libcsupport/src/malloc.c,
+ libcsupport/src/malloc_initialize.c: Remove heap walks in case
+ RTEMS_DEBUG is defined.
+
+2010-08-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
PR 1672/cpukit
* score/include/rtems/score/heap.h, score/src/heap.c,
score/src/heapallocate.c, score/src/heapextend.c,