summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-08 22:26:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-08 22:26:11 +0000
commitc45a2ded00d5e48d2f6d7407e05d6d89aff14fcc (patch)
treeea6463efa9f7f318c841a9510ebcb0bcc630211f /cpukit/ChangeLog
parent2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-c45a2ded00d5e48d2f6d7407e05d6d89aff14fcc.tar.bz2
2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/src/semcreate.c: Restructure to simplify and improve ability to anlize this routine for coverage.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index c34ce76932..79016931a2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * rtems/src/semcreate.c: Restructure to simplify and improve ability to
+ anlize this routine for coverage.
+
+2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* score/src/objectgetinfo.c: Clean up and eliminate unreachable code.
2009-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>