<!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-03-07)</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>jennifer</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-03-07 Jennifer Averett <Jennifer.Averett@oarcorp.com>

        * CoverageMapBase.cc, ObjdumpProcessor.cc: Increase symbol length so
        there is no chance of overflow. Initialize isNop in order to fix bug
        that results in missed instructions both covered and uncovered.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/covoar/ChangeLog.diff?r1=text&tr1=1.19&r2=text&tr2=1.20&diff_format=h">M</a></td><td width='1%'>1.20</td><td width='100%'>covoar/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/covoar/CoverageMapBase.cc.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>covoar/CoverageMapBase.cc</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/covoar/ObjdumpProcessor.cc.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>covoar/ObjdumpProcessor.cc</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems-testing/covoar/ChangeLog:1.19 rtems-testing/covoar/ChangeLog:1.20
--- rtems-testing/covoar/ChangeLog:1.19 Tue Jan 25 15:26:00 2011
+++ rtems-testing/covoar/ChangeLog      Mon Mar  7 14:30:49 2011
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2011-03-07    Jennifer Averett <Jennifer.Averett@oarcorp.com>
+
+       * CoverageMapBase.cc, ObjdumpProcessor.cc: Increase symbol length so
+       there is no chance of overflow. Initialize isNop in order to fix bug
+       that results in missed instructions both covered and uncovered.
+
</font> 2011-01-25        Jennifer Averett <Jennifer.Averett@OARcorp.com>
 
        * CoverageMapBase.cc, CoverageMapBase.h, CoverageReaderQEMU.cc,

<font color='#006600'>diff -u rtems-testing/covoar/CoverageMapBase.cc:1.3 rtems-testing/covoar/CoverageMapBase.cc:1.4
--- rtems-testing/covoar/CoverageMapBase.cc:1.3 Tue Jan 25 15:26:00 2011
+++ rtems-testing/covoar/CoverageMapBase.cc     Mon Mar  7 14:30:49 2011
</font><font color='#997700'>@@ -42,6 +42,7 @@
</font>       i->isStartOfInstruction = false;
       i->wasExecuted          = false;
       i->isBranch             = false;
<font color='#000088'>+      i->isNop                = false;
</font>       i->wasTaken             = false;
       i->wasNotTaken          = false;
     }

<font color='#006600'>diff -u rtems-testing/covoar/ObjdumpProcessor.cc:1.3 rtems-testing/covoar/ObjdumpProcessor.cc:1.4
--- rtems-testing/covoar/ObjdumpProcessor.cc:1.3        Tue May 25 14:14:48 2010
+++ rtems-testing/covoar/ObjdumpProcessor.cc    Mon Mar  7 14:30:49 2011
</font><font color='#997700'>@@ -350,7 +350,7 @@
</font>     uint32_t           offset;
     bool               processSymbol = false;
     uint32_t           startAddress = 0;
<font color='#880000'>-    char               symbol[ 100 ];
</font><font color='#000088'>+    char               symbol[ MAX_LINE_LENGTH ];
</font>     char               terminator1;
     char               terminator2;
     objdumpLines_t     theInstructions;
</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>