summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-17 22:34:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-17 22:34:28 +0000
commitdbfc895efbda2ec5244d2b050b46099807051cfe (patch)
tree7c6535b381f70d1f963d54cc5468e12ce9326951 /cpukit/ChangeLog
parent2007-12-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-dbfc895efbda2ec5244d2b050b46099807051cfe.tar.bz2
2007-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/stackchk/check.c: Add print of current stack pointer and stack info even if stack checker is not initialized.
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 6997223253..ccc96f481b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2007-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libmisc/stackchk/check.c: Add print of current stack pointer and
+ stack info even if stack checker is not initialized.
+
+2007-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libcsupport/src/printk.c: Style.
2007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>