summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-02 14:35:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-02 14:35:29 +0000
commitd4f82878ce019c4ec82365ef73a00b9a589a8a96 (patch)
tree08e0ef4d9cb42bfa32fa080dbc0aafa59b8aa002 /cpukit/ChangeLog
parent2007-04-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-d4f82878ce019c4ec82365ef73a00b9a589a8a96.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 e290e1c701..1bdc989849 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.