summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-28 18:58:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-28 18:58:12 +0000
commit4fbd8f7aa9b597829874c51cc846d95b5181f80d (patch)
tree1ea90f410d8fac4f2d5f7f51177a8b54b1bc4fbc /cpukit/ChangeLog
parent2007-03-28 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-4fbd8f7aa9b597829874c51cc846d95b5181f80d.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/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d53dbcc819..41ac040846 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* librpc/src/rpc/clnt_tcp.c (clnttcp_create):