summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-05 21:16:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-05 21:16:49 +0000
commite6faab65035987e24819292f0a3f53305cf7187c (patch)
tree797f78761a01b7b3714b094b4e9880c7fbd42e57 /cpukit/ChangeLog
parent2009-08-05 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-e6faab65035987e24819292f0a3f53305cf7187c.tar.bz2
2009-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/Makefile.am: Move from inline to body to avoid path explosion from inlining this. Makes coverage analysis easier. * score/src/heapalignupuptr.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 974483f8a0..5c60dd65f6 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * score/Makefile.am: Move from inline to body to avoid path explosion
+ from inlining this. Makes coverage analysis easier.
+ * score/src/heapalignupuptr.c: New file.
+
2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/bspcmdline/bspcmdline.h, libmisc/bspcmdline/bspcmdline_get.c,