<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems-testing (2011-11-04)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-11-04 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * do_coverage: Remove unused variable.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-coverage/ChangeLog.diff?r1=text&tr1=1.309&r2=text&tr2=1.310&diff_format=h">M</a></td><td width='1%'>1.310</td><td width='100%'>rtems-coverage/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-coverage/do_coverage.diff?r1=text&tr1=1.77&r2=text&tr2=1.78&diff_format=h">M</a></td><td width='1%'>1.78</td><td width='100%'>rtems-coverage/do_coverage</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems-testing/rtems-coverage/ChangeLog:1.309 rtems-testing/rtems-coverage/ChangeLog:1.310
--- rtems-testing/rtems-coverage/ChangeLog:1.309        Fri Sep  2 15:34:57 2011
+++ rtems-testing/rtems-coverage/ChangeLog      Fri Nov  4 14:29:00 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-11-04    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * do_coverage: Remove unused variable.
+
</font> 2011-09-02        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        * do_coverage: Account for two column symbol file.

<font color='#006600'>diff -u rtems-testing/rtems-coverage/do_coverage:1.77 rtems-testing/rtems-coverage/do_coverage:1.78
--- rtems-testing/rtems-coverage/do_coverage:1.77       Fri Sep  2 15:34:57 2011
+++ rtems-testing/rtems-coverage/do_coverage    Fri Nov  4 14:29:01 2011
</font><font color='#997700'>@@ -81,7 +81,6 @@
</font> 
 # parse arguments for these
 verbose="no"
<font color='#880000'>-do_all="no"
</font> do_posix="yes"
 do_optimize_size="no"
 do_covoar="no"
<font color='#997700'>@@ -103,7 +102,6 @@
</font> do
     case "$OPT" in
         A)
<font color='#880000'>-          do_all="yes"
</font>           do_covoar="yes"
           do_posix="yes"
           do_rtems_update="yes"
<font color='#997700'>@@ -223,7 +221,6 @@
</font>   echo "POSIX Enabled:        " ${do_posix}
   echo "Core Configuration    " ${do_core}
   echo "Developmental Code:   " ${do_developmental}
<font color='#880000'>-  echo "do_all:               " ${do_all}
</font>   echo "do_covoar             " ${do_covoar}
   echo "do_rtems_update:      " ${do_rtems_update}
   echo "do_rtems_configure:   " ${do_rtems_configure}
</pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-11-04 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * pc386.in: Use CPU supported by older qemu.
        * uC5282.in: Use trace argument supported by newer qemu.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/sim-scripts/ChangeLog.diff?r1=text&tr1=1.103&r2=text&tr2=1.104&diff_format=h">M</a></td><td width='1%'>1.104</td><td width='100%'>sim-scripts/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/sim-scripts/pc386.in.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&diff_format=h">M</a></td><td width='1%'>1.14</td><td width='100%'>sim-scripts/pc386.in</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/sim-scripts/uC5282.in.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>sim-scripts/uC5282.in</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems-testing/sim-scripts/ChangeLog:1.103 rtems-testing/sim-scripts/ChangeLog:1.104
--- rtems-testing/sim-scripts/ChangeLog:1.103   Sat Sep 24 08:30:54 2011
+++ rtems-testing/sim-scripts/ChangeLog Fri Nov  4 14:29:41 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-11-04    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * pc386.in: Use CPU supported by older qemu.
+       * uC5282.in: Use trace argument supported by newer qemu.
+
</font> 2011-09-24        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        * lm3s6965.in.: New file.

<font color='#006600'>diff -u rtems-testing/sim-scripts/pc386.in:1.13 rtems-testing/sim-scripts/pc386.in:1.14
--- rtems-testing/sim-scripts/pc386.in:1.13     Wed Jul 20 15:49:47 2011
+++ rtems-testing/sim-scripts/pc386.in  Fri Nov  4 14:29:41 2011
</font><font color='#997700'>@@ -59,7 +59,9 @@
</font>   # -cpu 486
   # can also redirect to file with file:log/"`basename ${1} .exe`
   SERIAL_ARG="stdio"
<font color='#880000'>-  echo "-m 512 -boot a -cpu core2duo \
</font><font color='#000088'>+# core2duo with newer qemu for smp support
+# 486 or pentium for older qemu
+  echo "-m 512 -boot a -cpu 486 \
</font>        -fda ${fd0Image} -hda fat:${hd0Dir} ${COVERAGE_ARG} \
        -monitor null -nographic -serial ${SERIAL_ARG} --no-reboot"
 }

<font color='#006600'>diff -u rtems-testing/sim-scripts/uC5282.in:1.4 rtems-testing/sim-scripts/uC5282.in:1.5
--- rtems-testing/sim-scripts/uC5282.in:1.4     Wed Jan 13 16:21:02 2010
+++ rtems-testing/sim-scripts/uC5282.in Fri Nov  4 14:29:41 2011
</font><font color='#997700'>@@ -20,7 +20,7 @@
</font> {
   if [ ${coverage} = yes ] ; then
      rm -f trace ${1}.tra
<font color='#880000'>-     COVERAGE_ARG="-trace ${1}.tra"
</font><font color='#000088'>+     COVERAGE_ARG="-exec-trace ${1}.tra"
</font>   fi
 
   echo "-M uc5282 -nographic ${COVERAGE_ARG} -kernel ${1}"
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>