[GSOC2009] gcc-testing gumstix support
xi yang
hiyangxi at gmail.com
Sun Jun 14 11:23:57 UTC 2009
Index: sim-scripts/gumstix.in
===================================================================
RCS file: /usr1/CVS/gcc-testing/sim-scripts/gumstix.in,v
retrieving revision 1.2
diff -u -r1.2 gumstix.in
--- sim-scripts/gumstix.in 5 Jun 2009 13:47:12 -0000 1.2
+++ sim-scripts/gumstix.in 14 Jun 2009 11:21:46 -0000
@@ -5,7 +5,7 @@
#
##INSERT SKYEYE SUPPORT HERE
-
+bspSimTrustedToExit="yes"
runARGS()
{
echo "-c ${bspTreeFile} -e ${1}"
@@ -42,8 +42,9 @@
mem_bank: map=M, type=RW, addr=0xA0000000, size=0x4000000
mem_bank: map=I, type=RW, addr=0xB0000000, size=0x100000
mem_bank: map=I, type=RW, addr=0x40000000, size=0x4C000000
+shutdown_device: addr=0xb0000000, max_ins=${limit}0000000
EOF
if [ ${coverage} = yes ] ; then
- echo "code_coverage: state=on, filename=${2}.cov, start=0xA0000000,
end=0xA4000000
+ echo "code_coverage: state=on, filename=${2}.cov, start=0xA0000000,
end=0xA4000000"
fi
}
More information about the users
mailing list