summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp64
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-11 17:53:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-11 17:53:09 +0000
commitc8ce0825648a2f084253c4c43af2c5fb4f164a03 (patch)
treee5d3393ff686a00cb2ccb5bf3d435aa10cd77955 /testsuites/sptests/sp64
parent2009-08-11 Josh Switnicki <josh.switnicki@utoronto.ca> (diff)
downloadrtems-c8ce0825648a2f084253c4c43af2c5fb4f164a03.tar.bz2
2009-08-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac, sp62/init.c, sp64/init.c: Add new test and adjust existing for alignment. New test ensures coverage begin and end marker methods are exercised so they do not get considered unexecuted. * spcoverage/.cvsignore, spcoverage/Makefile.am, spcoverage/init.c, spcoverage/spcoverage.doc, spcoverage/spcoverage.scn: New files.
Diffstat (limited to 'testsuites/sptests/sp64')
-rw-r--r--testsuites/sptests/sp64/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/sp64/init.c b/testsuites/sptests/sp64/init.c
index 65544f34dd..6b6d6f2018 100644
--- a/testsuites/sptests/sp64/init.c
+++ b/testsuites/sptests/sp64/init.c
@@ -11,8 +11,8 @@
#include "tmacros.h"
-uint32_t Area1[50];
-uint32_t Area2[50];
+uint32_t Area1[50] CPU_STRUCTURE_ALIGNMENT;
+uint32_t Area2[50] CPU_STRUCTURE_ALIGNMENT;
rtems_task Init(
rtems_task_argument ignored