summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
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 d55bb98d56..2ffceadda2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * score/src/watchdoginsert.c: Removed superfluous cast and use
+ appropriate API function. This special case handling is obsolete
+ since 2006 with the introduction of compiler memory barriers in the
+ interrupt routines. Removed obsolete comments.
+
2010-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/stackchk/check.c: Make compile again.