summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-26 16:38:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-26 16:38:06 +0000
commitc8f7b4e6ca8c9d1c17f2bf6a6278bc4d406b6835 (patch)
tree905e6115a43c8a635388f24a1c4b4adf055333ea /cpukit/ChangeLog
parent2008-11-26 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c8f7b4e6ca8c9d1c17f2bf6a6278bc4d406b6835.tar.bz2
2008-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/Makefile.am, score/include/rtems/score/watchdog.h: Add _Watchdog_Report and _Watchdog_Report_chain as debug assist routines. They are NOT to be used in directives. * score/src/watchdogreport.c, score/src/watchdogreportchain.c: New files.
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 69d5ca708e..6ec1e1f3f7 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * score/Makefile.am, score/include/rtems/score/watchdog.h: Add
+ _Watchdog_Report and _Watchdog_Report_chain as debug assist routines.
+ They are NOT to be used in directives.
+ * score/src/watchdogreport.c, score/src/watchdogreportchain.c:
+ New files.
+
2008-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/watchdogadjust.c, score/src/watchdogtickle.c: Spacing.