summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-12 17:12:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-12 17:12:29 +0000
commit07e6793035520a737bf720d1e1c5f4893ff44c9d (patch)
treef48854950fba0f5855e9d9d1f18179a8afdc9b96 /cpukit
parent2009-08-12 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-07e6793035520a737bf720d1e1c5f4893ff44c9d.tar.bz2
2009-08-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* libcsupport/Makefile.am: Obsolete coverage file. * libcsupport/src/end_profile.c: Removed.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/libcsupport/Makefile.am2
-rw-r--r--cpukit/libcsupport/src/end_profile.c5
3 files changed, 5 insertions, 7 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index afe751337a..689e36bba1 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2009-08-12 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * libcsupport/Makefile.am: Obsolete coverage file.
+ * libcsupport/src/end_profile.c: Removed.
+
+2009-08-12 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* libcsupport/Makefile.am, libcsupport/preinstall.am,
posix/Makefile.am, posix/preinstall.am, rtems/Makefile.am,
rtems/preinstall.am, score/Makefile.am, score/preinstall.am: Revert
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index a3c36f14f3..4defdc2195 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -112,8 +112,6 @@ libcsupport_a_SOURCES = src/gxx_wrappers.c src/getchark.c src/printk.c \
$(BSD_LIBC_C_FILES) $(BASE_FS_C_FILES) $(MALLOC_C_FILES) \
$(ERROR_C_FILES) $(ASSOCIATION_C_FILES)
-libcsupport_a_SOURCES += src/end_profile.c
-
if UNIX
libcsupport_a_SOURCES += src/unixlibc.c src/unixlibc_io.c src/hosterr.c
else
diff --git a/cpukit/libcsupport/src/end_profile.c b/cpukit/libcsupport/src/end_profile.c
deleted file mode 100644
index 47692f91ec..0000000000
--- a/cpukit/libcsupport/src/end_profile.c
+++ /dev/null
@@ -1,5 +0,0 @@
-
-/* special symbol to mark end of coverage analysis */
-void end_of_profiling(void)
-{
-}