summaryrefslogtreecommitdiff
path: root/rtems-coverage/VERSIONS-COVERAGE
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-22 16:32:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-22 16:32:52 +0000
commit09536e2e631b781bf1ebb7a3bf2e3a568e8a3fb8 (patch)
tree0770981c6e9e9326f6871a3e2c84544bc9e79b54 /rtems-coverage/VERSIONS-COVERAGE
parent0b15e02944f4d4018fbe0df0eea2e9bd16667884 (diff)
2010-03-22 Joel Sherrill <joel.sherrilL@OARcorp.com>
* ObjdumpProcessor.cc: Add lm32. * VERSIONS-COVERAGE: Add tarball directory. * coverage_cron: Add update before running others. * covoar.cc: Print coverage/executable pairs when verbose. * do_coverage: Add lm32_evr and tarball saving support. * run_coverage: Add another analysis with POSIX disabled. * style.css: Fix URL for logo.
Diffstat (limited to 'rtems-coverage/VERSIONS-COVERAGE')
-rw-r--r--rtems-coverage/VERSIONS-COVERAGE21
1 files changed, 16 insertions, 5 deletions
diff --git a/rtems-coverage/VERSIONS-COVERAGE b/rtems-coverage/VERSIONS-COVERAGE
index 034f0ea..e8a16c4 100644
--- a/rtems-coverage/VERSIONS-COVERAGE
+++ b/rtems-coverage/VERSIONS-COVERAGE
@@ -4,11 +4,21 @@ BASEDIR=${HOME}/test-gcc
RTEMS_VERSION=4.10
case ${RTEMS_VERSION} in
- 4.6) RTEMSDIR=${BASEDIR}/rtems-46 ;;
- 4.7) RTEMSDIR=${BASEDIR}/rtems-47 ;;
- 4.8) RTEMSDIR=${BASEDIR}/rtems-48 ;;
- 4.9) RTEMSDIR=${BASEDIR}/rtems-49 ;;
- 4.10) RTEMSDIR=${BASEDIR}/rtems ;;
+ 4.6) RTEMSDIR=${BASEDIR}/rtems-46
+ TARDIR=${BASEDIR}/tarballs/4.6
+ ;;
+ 4.7) RTEMSDIR=${BASEDIR}/rtems-47
+ TARDIR=${BASEDIR}/tarballs/4.7
+ ;;
+ 4.8) RTEMSDIR=${BASEDIR}/rtems-48
+ TARDIR=${BASEDIR}/tarballs/4.8
+ ;;
+ 4.9) RTEMSDIR=${BASEDIR}/rtems-49
+ TARDIR=${BASEDIR}/tarballs/4.9
+ ;;
+ 4.10) RTEMSDIR=${BASEDIR}/rtems
+ TARDIR=${BASEDIR}/tarballs/`date +%Y`
+ ;;
*)
echo "ERROR -- UNKNOWN RTEMS VERSION ${RTEMS_VERSION}"
exit 1
@@ -20,6 +30,7 @@ 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