summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
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 9ee4f273ec..e280454167 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * score/inline/rtems/score/heap.inl, score/src/heapwalk.c: Do not
+ inline code to check if newline should be printed. It leads to branch
+ path explosion which is really hard to get coverage on.
+
2009-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/src/heapgetinfo.c: Simplify implementation.