summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 1333e1b26e..d55bb98d56 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2010-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libmisc/stackchk/check.c: Make compile again.
+ * sapi/src/io.c, score/src/heap.c: Address dead assignment
+ issues found by clang.
+
+2010-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libmisc/stackchk/check.c: Address casting issue highlighted by clang.
There was no need for an intermediate cast to a structure pointer.