summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-28 19:06:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-28 19:06:33 +0000
commit53d549649f7d8ebd0cfdb26b07c84f05c05f41d6 (patch)
tree9c67cdd629816c48e807fbf04978cc96e3c1baa3 /cpukit/ChangeLog
parent2007-03-28 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-53d549649f7d8ebd0cfdb26b07c84f05c05f41d6.tar.bz2
2007-03-28 Joel Sherrill <joel@OARcorp.com>
PR 1234/cpukit * libcsupport/Makefile.am: Provide printk() based implementation of __assert() to reduce dependencies in executables. * libcsupport/src/__assert.c: New file.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 94abafa65f..e0f2ca82f6 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -3,6 +3,7 @@
PR 1234/cpukit
* libcsupport/Makefile.am: Provide printk() based implementation of
__assert() to reduce dependencies in executables.
+ * libcsupport/src/__assert.c: New file.
2007-03-26 Joel Sherrill <joel@OARcorp.com>