summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-16 17:35:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-16 17:35:25 +0000
commit116e83c426f84c7b35e6f0144f7ec2bb5c4434ff (patch)
tree3c0eae4db8f4c7386b2561ffc0e5221d569b6c16 /cpukit/ChangeLog
parent2010-06-16 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-116e83c426f84c7b35e6f0144f7ec2bb5c4434ff.tar.bz2
2010-06-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/objectallocate.c: Add conditionally compiled debug code to printk a message when an object allocation error occurs. This should be helpful in identifying when a ported package required more resources.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 69e306f94e..bd94a0a115 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2010-06-16 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * score/src/objectallocate.c: Add conditionally compiled debug code to
+ printk a message when an object allocation error occurs. This should
+ be helpful in identifying when a ported package required more
+ resources.
+
2010-06-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/rfs/rtems-rfs-inode.c: Various 64bit fixes.