change log for rtems-testing (2011-11-04)
rtems-vc at rtems.org
rtems-vc at rtems.org
Fri Nov 4 16:10:08 UTC 2011
*joel*:
2011-11-04 Joel Sherrill <joel.sherrill at oarcorp.com>
* DesiredSymbols.cc, ReportsBase.h, ReportsText.cc, ReportsText.h,
TraceConverter.cc, covoar.cc: Make compile again after host OS
update.
M 1.26 covoar/ChangeLog
M 1.11 covoar/DesiredSymbols.cc
M 1.4 covoar/ReportsBase.h
M 1.3 covoar/ReportsText.h
M 1.3 covoar/ReportsText.cc
M 1.2 covoar/TraceConverter.cc
M 1.5 covoar/covoar.cc
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
@@ -1,3 +1,9 @@
+2011-11-04 Joel Sherrill <joel.sherrill at oarcorp.com>
+
+ * DesiredSymbols.cc, ReportsBase.h, ReportsText.cc, ReportsText.h,
+ TraceConverter.cc, covoar.cc: Make compile again after host OS
+ update.
+
2011-09-19 Pawel Zagorski <pzagor at agh.edu.pl>
PR 1909/testing
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
@@ -14,6 +14,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
#include "DesiredSymbols.h"
#include "app_common.h"
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
@@ -29,7 +29,7 @@
public:
ReportsBase( time_t timestamp );
- ~ReportsBase();
+ virtual ~ReportsBase();
/*!
* This method produces an index of the reports generated.
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
@@ -26,7 +26,7 @@
public:
ReportsText( time_t timestamp );
- ~ReportsText();
+ virtual ~ReportsText();
/*!
* This method produces a report that contains information about each
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
@@ -21,6 +21,10 @@
reportExtension_m = ".txt";
}
+ReportsText::~ReportsText()
+{
+}
+
void ReportsText::AnnotatedStart(
FILE* aFile
)
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
@@ -13,6 +13,7 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <string.h>
+#include <getopt.h>
#include "qemu-log.h"
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
@@ -348,7 +348,7 @@
SymbolsToAnalyze->load( symbolsFile );
if (Verbose)
fprintf(
- stderr, "Analyzing %d symbols\n", SymbolsToAnalyze->set.size()
+ stderr, "Analyzing %ld symbols\n", SymbolsToAnalyze->set.size()
);
// Create explanations.
--
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/20111104/5f8e5d9c/attachment.html>
More information about the vc
mailing list