summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtems-coverage/ChangeLog5
-rw-r--r--rtems-coverage/VERSIONS-COVERAGE13
-rwxr-xr-xrtems-coverage/do_coverage2
3 files changed, 7 insertions, 13 deletions
diff --git a/rtems-coverage/ChangeLog b/rtems-coverage/ChangeLog
index 9e10a02..3c187a4 100644
--- a/rtems-coverage/ChangeLog
+++ b/rtems-coverage/ChangeLog
@@ -1,3 +1,8 @@
+2010-05-24 Jennifer Averett <Jennifer.Averett@OARcorp.com>
+
+ * VERSIONS-COVERAGE, do_coverage: Created covoar directory with source
+ that will be moved from rtems-coverage.
+
2010-05-24 Jennifer Averett <Jennifer,.Averett@OARcorp.com>
* ReportsHtml.cc: Added link to size report. Added a filterable File
diff --git a/rtems-coverage/VERSIONS-COVERAGE b/rtems-coverage/VERSIONS-COVERAGE
index e0dec60..59d9f82 100644
--- a/rtems-coverage/VERSIONS-COVERAGE
+++ b/rtems-coverage/VERSIONS-COVERAGE
@@ -39,20 +39,9 @@ LOGDIR=${BASEDIR}/log
# for publishing results
FTPDIR=/home/ftp/pub/rtems/people/joel/coverage/
-
-# These symbols mark the range of the code block we are analyzing.
-# If the structure of the linked executable changes, then we need
-# to change these. This COULD change if you switch BSPs. We don't
-# know yet.
-#
-# NOTE: The highsym is still in libposix so needs to be analyzed
-# as well. :( We really need the first symbol AFTER it but
-# things are not setup to make that reliable.
-lowsym=start_coverage
-highsym=end_coverage
-
# Calculated
SCRIPTDIR=${BASEDIR}/gcc-testing
COVBASE=${SCRIPTDIR}/rtems-coverage
+COVOARBASE=${SCRIPTDIR}/covoar
diff --git a/rtems-coverage/do_coverage b/rtems-coverage/do_coverage
index 4133a9d..67828a2 100755
--- a/rtems-coverage/do_coverage
+++ b/rtems-coverage/do_coverage
@@ -406,7 +406,7 @@ generate_reports()
sort -n -r >${results_dir}/sizes_all.txt
# Now create the archive of information
- cp ${COVBASE}/covoar.css ${COVBASE}/*gif ${COVBASE}/table.js ${results_dir}
+ cp ${COVOARBASE}/covoar.css ${COVOARBASE}/*gif ${COVOARBASE}/table.js ${results_dir}
echo "Results saved in ${results_dir}.tar.bz2"
tar cjf ${results_dir}.tar.bz2 ${results_dir}
}