summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-10 15:21:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-10 15:21:41 +0000
commit6805ac371836bdb1114869cdf4e229cde248ff97 (patch)
treeb766cc34cde1f527a43f6e11e22c4fb48eea2c40 /cpukit/ChangeLog
parent2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-6805ac371836bdb1114869cdf4e229cde248ff97.tar.bz2
2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/mqueuetimedreceive.c, posix/src/mqueuetimedsend.c, posix/src/mutextimedlock.c, posix/src/prwlocktimedrdlock.c, posix/src/prwlocktimedwrlock.c, posix/src/semtimedwait.c: Switch from switch to if's because only one value needed to be tested. This shrinks the code and makes it easier to do coverage analysis on.
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 9c8ecca27f..ab455e972a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * posix/src/mqueuetimedreceive.c, posix/src/mqueuetimedsend.c,
+ posix/src/mutextimedlock.c, posix/src/prwlocktimedrdlock.c,
+ posix/src/prwlocktimedwrlock.c, posix/src/semtimedwait.c: Switch from
+ switch to if's because only one value needed to be tested. This
+ shrinks the code and makes it easier to do coverage analysis on.
+
+2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* score/inline/rtems/score/object.inl: _Objects_Get_local_object() is
only called from places where the index is known to be valid.
_Objects_Set_local_object() already assumed this. Eliminates