2009-08-12 Joel Sherrill <joel.sherrill@OARcorp.com>

* libcsupport/Makefile.am: Obsolete coverage file.
	* libcsupport/src/end_profile.c: Removed.
This commit is contained in:
Joel Sherrill
2009-08-12 17:12:29 +00:00
parent 3390ba8832
commit 07e6793035
3 changed files with 5 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
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,

View File

@@ -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

View File

@@ -1,5 +0,0 @@
/* special symbol to mark end of coverage analysis */
void end_of_profiling(void)
{
}