summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-02 14:36:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-02 14:36:01 +0000
commita4afa905f6818c1a8ab07a0f650896e1b29f8875 (patch)
tree89ced55b2856b2f6e9c02fd2c21b2aa94a91b5d3 /cpukit/ChangeLog
parent2007-04-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-a4afa905f6818c1a8ab07a0f650896e1b29f8875.tar.bz2
2007-04-02 Joel Sherrill <joel@OARcorp.com>
* libcsupport/src/printk.c: Add %p support.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 2885778236..6adf54e937 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2007-04-02 Joel Sherrill <joel@OARcorp.com>
+ * libcsupport/src/printk.c: Add %p support.
+
+2007-04-02 Joel Sherrill <joel@OARcorp.com>
+
* libmisc/stackchk/check.c: Add code to check validity of frame pointer
in addition to the pattern area being overwritten. Also do some
cleanup.