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 991d7812ff..979f967b78 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2010-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libmisc/stackchk/check.c: If this port does not allocate the
+ interrupt stack, then it must always be a thread stack. Do not
+ include code to print the interrupt stack information.
+
+2010-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libcsupport/src/base_fs.c, libcsupport/src/rtems_mkdir.c: Formatting.
2010-07-30 Bharath Suri <bharath.s.jois@gmail.com>