change log for gcc-testing (2010-05-12)

rtems-vc at rtems.org rtems-vc at rtems.org
Wed May 12 15:10:02 UTC 2010


 *joel*:
2010-05-12	Joel Sherrill <joel.sherrilL at OARcorp.com>

	* ReportsHtml.cc: Not referenced explanation now in file.

M  1.229  rtems-coverage/ChangeLog
M    1.6  rtems-coverage/ReportsHtml.cc

diff -u gcc-testing/rtems-coverage/ChangeLog:1.228 gcc-testing/rtems-coverage/ChangeLog:1.229
--- gcc-testing/rtems-coverage/ChangeLog:1.228	Wed May 12 09:04:48 2010
+++ gcc-testing/rtems-coverage/ChangeLog	Wed May 12 09:12:35 2010
@@ -1,5 +1,9 @@
 2010-05-12	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
+	* ReportsHtml.cc: Not referenced explanation now in file.
+
+2010-05-12	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
 	* ReportsHtml.cc, ReportsHtml.h: Add separate html file for each
 	explanation and link to it from the tables.
 

diff -u gcc-testing/rtems-coverage/ReportsHtml.cc:1.5 gcc-testing/rtems-coverage/ReportsHtml.cc:1.6
--- gcc-testing/rtems-coverage/ReportsHtml.cc:1.5	Wed May 12 09:04:48 2010
+++ gcc-testing/rtems-coverage/ReportsHtml.cc	Wed May 12 09:12:36 2010
@@ -336,6 +336,14 @@
     std::string   symbol
   )
   {
+    Coverage::Explanation explanation;
+
+    explanation.explanation.push_back(
+      "This symbol was never referenced by an analyzed executable.  "
+      "Therefore there is no size or disassembly for this symbol.  "
+      "This could be due to symbol misspelling or lack of a test for"
+      "this symbol."
+    );
 
     // Mark the background color different for odd and even lines.
     fprintf( report, "</tr>\n");
@@ -378,16 +386,11 @@
     // See if an explanation is available
     fprintf( 
       report, 
-      "<td class=\"covoar-td\" align=\"center\"></td>\n"
-    );
-    fprintf( 
-      report, 
+      "<td class=\"covoar-td\" align=\"center\">No Classification</td>\n"
       "<td class=\"covoar-td\" align=\"center\">"
-      "This symbol was never referenced by an analyzed executable.  "
-      "Therefore there is no size or disassembly for this symbol.  "
-      "This could be due to symbol misspelling or lack of a test for"
-      "this symbol.</td>\n"
+      "<a href=\"NotReferenced.html\">Explanation</a></td>\n"
     );
+    WriteExplationFile( "NotReferenced.html", &explanation );
 
     fprintf( report, "</tr>\n");
   }



--

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/20100512/18429cab/attachment.html>


More information about the vc mailing list