change log for rtems-testing (2011-03-08)
rtems-vc at rtems.org
rtems-vc at rtems.org
Tue Mar 8 19:10:05 UTC 2011
*joel*:
2011-03-08 Joel Sherrill <joel.sherrilL at OARcorp.com>
* DesiredSymbols.cc, DesiredSymbols.h, covoar.cc: Fix typo.
M 1.21 covoar/ChangeLog
M 1.2 covoar/DesiredSymbols.h
M 1.7 covoar/DesiredSymbols.cc
M 1.3 covoar/covoar.cc
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
@@ -1,3 +1,7 @@
+2011-03-08 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ * DesiredSymbols.cc, DesiredSymbols.h, covoar.cc: Fix typo.
+
2011-03-07 Jennifer Averett <Jennifer.Averett at oarcorp.com>
* CoverageMapBase.cc, ObjdumpProcessor.cc: Increase symbol length so
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
@@ -210,7 +210,7 @@
* calculates the statistics that have not already
* been filled in.
*/
- void caculateStatistics( void );
+ void calculateStatistics( void );
/*!
* This method analyzes each symbols coverage map to determine any
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
@@ -138,7 +138,7 @@
}
}
- void DesiredSymbols::caculateStatistics( void )
+ void DesiredSymbols::calculateStatistics( void )
{
uint32_t a;
uint32_t endAddress;
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
@@ -430,7 +430,7 @@
// Calculate remainder of statistics.
if (Verbose)
fprintf( stderr, "Calculate statistics\n" );
- SymbolsToAnalyze->caculateStatistics();
+ SymbolsToAnalyze->calculateStatistics();
// Look up the source lines for any uncovered ranges and branches.
if (Verbose)
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110308/377ccbd7/attachment.html>
More information about the vc
mailing list