<!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>

        * DesiredSymbols.cc, ReportsBase.h, ReportsText.cc, ReportsText.h,
        TraceConverter.cc, covoar.cc: Make compile again after host OS
        update.
</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.25&r2=text&tr2=1.26&diff_format=h">M</a></td><td width='1%'>1.26</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.cc.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&diff_format=h">M</a></td><td width='1%'>1.11</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/ReportsBase.h.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/ReportsBase.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/covoar/ReportsText.h.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/ReportsText.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/covoar/ReportsText.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/ReportsText.cc</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/covoar/TraceConverter.cc.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/TraceConverter.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.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>covoar/covoar.cc</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems-testing/covoar/ChangeLog:1.25 rtems-testing/covoar/ChangeLog:1.26
--- rtems-testing/covoar/ChangeLog:1.25 Mon Sep 19 19:34:20 2011
+++ rtems-testing/covoar/ChangeLog      Fri Nov  4 11:02:36 2011
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2011-11-04    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * DesiredSymbols.cc, ReportsBase.h, ReportsText.cc, ReportsText.h,
+       TraceConverter.cc, covoar.cc: Make compile again after host OS
+       update.
+
</font> 2011-09-19        Pawel Zagorski <pzagor@agh.edu.pl>
 
        PR 1909/testing

<font color='#006600'>diff -u rtems-testing/covoar/DesiredSymbols.cc:1.10 rtems-testing/covoar/DesiredSymbols.cc:1.11
--- rtems-testing/covoar/DesiredSymbols.cc:1.10 Mon Sep 19 19:34:20 2011
+++ rtems-testing/covoar/DesiredSymbols.cc      Fri Nov  4 11:02:36 2011
</font><font color='#997700'>@@ -14,6 +14,7 @@
</font> #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
<font color='#000088'>+#include <unistd.h>
</font> 
 #include "DesiredSymbols.h"
 #include "app_common.h"

<font color='#006600'>diff -u rtems-testing/covoar/ReportsBase.h:1.3 rtems-testing/covoar/ReportsBase.h:1.4
--- rtems-testing/covoar/ReportsBase.h:1.3      Thu May 27 13:11:29 2010
+++ rtems-testing/covoar/ReportsBase.h  Fri Nov  4 11:02:36 2011
</font><font color='#997700'>@@ -29,7 +29,7 @@
</font> 
   public:
     ReportsBase( time_t timestamp );
<font color='#880000'>-    ~ReportsBase();
</font><font color='#000088'>+    virtual ~ReportsBase();
</font> 
     /*!
      *  This method produces an index of the reports generated.

<font color='#006600'>diff -u rtems-testing/covoar/ReportsText.h:1.2 rtems-testing/covoar/ReportsText.h:1.3
--- rtems-testing/covoar/ReportsText.h:1.2      Thu May 27 13:11:30 2010
+++ rtems-testing/covoar/ReportsText.h  Fri Nov  4 11:02:36 2011
</font><font color='#997700'>@@ -26,7 +26,7 @@
</font> 
   public:
     ReportsText( time_t timestamp );
<font color='#880000'>-   ~ReportsText();
</font><font color='#000088'>+    virtual ~ReportsText();
</font> 
   /*!
    *  This method produces a report that contains information about each

<font color='#006600'>diff -u rtems-testing/covoar/ReportsText.cc:1.2 rtems-testing/covoar/ReportsText.cc:1.3
--- rtems-testing/covoar/ReportsText.cc:1.2     Thu May 27 13:11:30 2010
+++ rtems-testing/covoar/ReportsText.cc Fri Nov  4 11:02:36 2011
</font><font color='#997700'>@@ -21,6 +21,10 @@
</font>   reportExtension_m = ".txt";
 }
 
<font color='#000088'>+ReportsText::~ReportsText()
+{
+}
+
</font> void ReportsText::AnnotatedStart(
   FILE*                aFile
 )

<font color='#006600'>diff -u rtems-testing/covoar/TraceConverter.cc:1.1 rtems-testing/covoar/TraceConverter.cc:1.2
--- rtems-testing/covoar/TraceConverter.cc:1.1  Mon May 24 15:07:08 2010
+++ rtems-testing/covoar/TraceConverter.cc      Fri Nov  4 11:02:36 2011
</font><font color='#997700'>@@ -13,6 +13,7 @@
</font> #include <stdlib.h>
 #include <sys/stat.h>
 #include <string.h>
<font color='#000088'>+#include <getopt.h>
</font> 
 #include "qemu-log.h"
 

<font color='#006600'>diff -u rtems-testing/covoar/covoar.cc:1.4 rtems-testing/covoar/covoar.cc:1.5
--- rtems-testing/covoar/covoar.cc:1.4  Sun Aug 21 11:00:07 2011
+++ rtems-testing/covoar/covoar.cc      Fri Nov  4 11:02:36 2011
</font><font color='#997700'>@@ -348,7 +348,7 @@
</font>   SymbolsToAnalyze->load( symbolsFile );
   if (Verbose)
     fprintf(
<font color='#880000'>-      stderr, "Analyzing %d symbols\n", SymbolsToAnalyze->set.size()
</font><font color='#000088'>+      stderr, "Analyzing %ld symbols\n", SymbolsToAnalyze->set.size()
</font>     );
 
   // Create explanations.
</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>