<!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-08)</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-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * DesiredSymbols.cc, DesiredSymbols.h, covoar.cc: Fix typo.
</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.20&r2=text&tr2=1.21&diff_format=h">M</a></td><td width='1%'>1.21</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/DesiredSymbols.h.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>covoar/DesiredSymbols.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/covoar/DesiredSymbols.cc.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&diff_format=h">M</a></td><td width='1%'>1.7</td><td width='100%'>covoar/DesiredSymbols.cc</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/covoar/covoar.cc.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>covoar/covoar.cc</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems-testing/covoar/ChangeLog:1.20 rtems-testing/covoar/ChangeLog:1.21
--- rtems-testing/covoar/ChangeLog:1.20 Mon Mar  7 14:30:49 2011
+++ rtems-testing/covoar/ChangeLog      Tue Mar  8 12:27:39 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-03-08    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * DesiredSymbols.cc, DesiredSymbols.h, covoar.cc: Fix typo.
+
</font> 2011-03-07        Jennifer Averett <Jennifer.Averett@oarcorp.com>
 
        * CoverageMapBase.cc, ObjdumpProcessor.cc: Increase symbol length so

<font color='#006600'>diff -u rtems-testing/covoar/DesiredSymbols.h:1.1 rtems-testing/covoar/DesiredSymbols.h:1.2
--- rtems-testing/covoar/DesiredSymbols.h:1.1   Mon May 24 15:07:08 2010
+++ rtems-testing/covoar/DesiredSymbols.h       Tue Mar  8 12:27:39 2011
</font><font color='#997700'>@@ -210,7 +210,7 @@
</font>      *  calculates the statistics that have not already<span style="background-color: #FF0000"> </span>
      *  been filled in.
      */
<font color='#880000'>-    void caculateStatistics( void );
</font><font color='#000088'>+    void calculateStatistics( void );
</font> 
     /*!
      *  This method analyzes each symbols coverage map to determine any

<font color='#006600'>diff -u rtems-testing/covoar/DesiredSymbols.cc:1.6 rtems-testing/covoar/DesiredSymbols.cc:1.7
--- rtems-testing/covoar/DesiredSymbols.cc:1.6  Tue Jan 25 15:26:00 2011
+++ rtems-testing/covoar/DesiredSymbols.cc      Tue Mar  8 12:27:39 2011
</font><font color='#997700'>@@ -138,7 +138,7 @@
</font>     }
   }
 
<font color='#880000'>-  void DesiredSymbols::caculateStatistics( void )
</font><font color='#000088'>+  void DesiredSymbols::calculateStatistics( void )
</font>   {
     uint32_t                              a;
     uint32_t                              endAddress;

<font color='#006600'>diff -u rtems-testing/covoar/covoar.cc:1.2 rtems-testing/covoar/covoar.cc:1.3
--- rtems-testing/covoar/covoar.cc:1.2  Tue May 25 12:50:59 2010
+++ rtems-testing/covoar/covoar.cc      Tue Mar  8 12:27:39 2011
</font><font color='#997700'>@@ -430,7 +430,7 @@
</font>   // Calculate remainder of statistics.
   if (Verbose)
     fprintf( stderr, "Calculate statistics\n" );
<font color='#880000'>-  SymbolsToAnalyze->caculateStatistics();
</font><font color='#000088'>+  SymbolsToAnalyze->calculateStatistics();
</font> 
   // Look up the source lines for any uncovered ranges and branches.
   if (Verbose)
</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>