<!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 gcc-testing (2010-05-12)</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>2010-05-12 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * ReportsHtml.cc: Not referenced explanation now in file.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//gcc-testing/rtems-coverage/ChangeLog.diff?r1=text&tr1=1.228&r2=text&tr2=1.229&diff_format=h">M</a></td><td width='1%'>1.229</td><td width='100%'>rtems-coverage/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//gcc-testing/rtems-coverage/ReportsHtml.cc.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&diff_format=h">M</a></td><td width='1%'>1.6</td><td width='100%'>rtems-coverage/ReportsHtml.cc</td></tr>
</table>
<pre>
<font color='#006600'>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
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2010-05-12        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
<font color='#000088'>+   * ReportsHtml.cc: Not referenced explanation now in file.
+
+2010-05-12     Joel Sherrill <joel.sherrilL@OARcorp.com>
+
</font>   * ReportsHtml.cc, ReportsHtml.h: Add separate html file for each
        explanation and link to it from the tables.
 

<font color='#006600'>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
</font><font color='#997700'>@@ -336,6 +336,14 @@
</font>     std::string   symbol
   )
   {
<font color='#000088'>+    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."
+    );
</font> 
     // Mark the background color different for odd and even lines.
     fprintf( report, "</tr>\n");
<font color='#997700'>@@ -378,16 +386,11 @@
</font>     // See if an explanation is available
     fprintf(<span style="background-color: #FF0000"> </span>
       report,<span style="background-color: #FF0000"> </span>
<font color='#880000'>-      "<td class=\"covoar-td\" align=\"center\"></td>\n"
-    );
-    fprintf(<span style="background-color: #FF0000"> </span>
-      report,<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+      "<td class=\"covoar-td\" align=\"center\">No Classification</td>\n"
</font>       "<td class=\"covoar-td\" align=\"center\">"
<font color='#880000'>-      "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"
</font><font color='#000088'>+      "<a href=\"NotReferenced.html\">Explanation</a></td>\n"
</font>     );
<font color='#000088'>+    WriteExplationFile( "NotReferenced.html", &explanation );
</font> 
     fprintf( report, "</tr>\n");
   }
</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>