summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-09 15:23:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-09 15:23:10 +0000
commit235aaf0c107438e8adc2be2feb45a1085bb25d5b (patch)
tree85da6c0af1f61dec644cfe311541170bf5238e39 /cpukit/ChangeLog
parent2009-08-06 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-235aaf0c107438e8adc2be2feb45a1085bb25d5b.tar.bz2
2009-08-09 Xi Yang <hiyangxi@gmail.com>
* libcsupport/Makefile.am, posix/Makefile.am, rtems/Makefile.am, sapi/Makefile.am, score/Makefile.am, score/include/rtems/score/heap.h: HEAP_BLOCK_USED_OVERHEAD was under by one uint32_t. This showed up in the unlimited and heapwalk tests on ARM targets.
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 446a105b1a..5bb9773b19 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2009-08-09 Xi Yang <hiyangxi@gmail.com>
+
+ * libcsupport/Makefile.am, posix/Makefile.am, rtems/Makefile.am,
+ sapi/Makefile.am, score/Makefile.am,
+ score/include/rtems/score/heap.h: HEAP_BLOCK_USED_OVERHEAD was under
+ by one uint32_t. This showed up in the unlimited and heapwalk tests
+ on ARM targets.
+
2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/src/objectextendinformation.c: Minor rework to eliminate