summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-28 18:58:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-28 18:58:32 +0000
commit7a0a872944a4ad055a2a3e9ea726e8e78953dcb0 (patch)
tree5900d01629da585e30ebe3d106ae7cb8f25de70f /cpukit
parent2007-03-28 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7a0a872944a4ad055a2a3e9ea726e8e78953dcb0.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.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog6
-rw-r--r--cpukit/libcsupport/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index bdc06d37cd..94abafa65f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2007-03-26 Joel Sherrill <joel@OARcorp.com>
PR 1231/cpukit
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index c044645e6f..21d762a174 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -33,7 +33,7 @@ include_rtems_zilog_HEADERS = include/zilog/z8036.h include/zilog/z8530.h \
include/zilog/z8536.h
## General stuff
-ERROR_C_FILES = src/error.c
+ERROR_C_FILES = src/error.c src/__assert.c
ASSOCIATION_C_FILES = src/assoc.c src/assocnamebad.c