summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-23 19:40:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-23 19:40:23 +0000
commitf5b58ff34caf5aa5c68e57951271e8771d7cf49e (patch)
treeac5fa051b812f8296fe90e9f0ade89793dbcd348 /cpukit/ChangeLog
parent2009-07-23 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-f5b58ff34caf5aa5c68e57951271e8771d7cf49e.tar.bz2
2009-07-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/src/timerreset.c: Mark an unreachable path that is a sanity check as conditional on RTEMS_DEBUG.
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 07456adb05..fec8c4afc2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2009-07-23 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * rtems/src/timerreset.c: Mark an unreachable path that is a sanity
+ check as conditional on RTEMS_DEBUG.
+
+2009-07-23 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* score/src/iterateoverthreads.c: Restructure a bit to make analysis
easier.