<!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: Add a space before a </br> so ok on elinks.
</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.242&r2=text&tr2=1.243&diff_format=h">M</a></td><td width='1%'>1.243</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.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>rtems-coverage/ReportsHtml.cc</td></tr>
</table>
<pre>
<font color='#006600'>diff -u gcc-testing/rtems-coverage/ChangeLog:1.242 gcc-testing/rtems-coverage/ChangeLog:1.243
--- gcc-testing/rtems-coverage/ChangeLog:1.242  Wed May 12 14:34:38 2010
+++ gcc-testing/rtems-coverage/ChangeLog        Wed May 12 17:01:17 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-05-12    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * ReportsHtml.cc: Add a space before a </br> so ok on elinks.
+
</font> 2010-05-12        Jennifer Averett <Jennifer.Averett@OARcorp.com>
 
        * ReportsHtml.cc: Added sort ability to size report. Resolved a bug

<font color='#006600'>diff -u gcc-testing/rtems-coverage/ReportsHtml.cc:1.12 gcc-testing/rtems-coverage/ReportsHtml.cc:1.13
--- gcc-testing/rtems-coverage/ReportsHtml.cc:1.12      Wed May 12 14:34:38 2010
+++ gcc-testing/rtems-coverage/ReportsHtml.cc   Wed May 12 17:01:17 2010
</font><font color='#997700'>@@ -123,8 +123,8 @@
</font>         "<tr>\n"
         "<th class=\"table-sortable:default\" align=\"left\">Symbol</th>\n"
         "<th class=\"table-filterable table-sortable:default\" align=\"left\">Line</th>\n"
<font color='#880000'>-        "<th class=\"table-sortable:numeric\" align=\"left\">Size</br>Bytes</th>\n"
-        "<th class=\"table-sortable:numeric\" align=\"left\">Size</br>Instructions</th>\n"
</font><font color='#000088'>+        "<th class=\"table-sortable:numeric\" align=\"left\">Size </br>Bytes</th>\n"
+        "<th class=\"table-sortable:numeric\" align=\"left\">Size </br>Instructions</th>\n"
</font>         "<th class=\"table-sortable:default\" align=\"left\">Reason</th>\n"
         "<th class=\"table-filterable table-sortable:default\" align=\"left\">Classification</th>\n"
         "<th class=\"table-sortable:default\" align=\"left\">Explanation</th>\n"
<font color='#997700'>@@ -153,8 +153,8 @@
</font>       "<tr>\n"
       "<th class=\"table-sortable:default\" align=\"left\">Symbol</th>\n"
       "<th class=\"table-sortable:default\" align=\"left\">Range</th>\n"
<font color='#880000'>-      "<th class=\"table-sortable:numeric\" align=\"left\">Size</br>Bytes</th>\n"
-      "<th class=\"table-sortable:numeric\" align=\"left\">Size</br>Instructions</th>\n"
</font><font color='#000088'>+      "<th class=\"table-sortable:numeric\" align=\"left\">Size </br>Bytes</th>\n"
+      "<th class=\"table-sortable:numeric\" align=\"left\">Size </br>Instructions</th>\n"
</font>       "<th class=\"table-filterable table-sortable:default\" align=\"left\">Classification</th>\n"
       "<th class=\"table-sortable:default\" align=\"left\">Explanation</th>\n"
       "</tr>\n"
<font color='#997700'>@@ -479,7 +479,7 @@
</font>     // Range
     fprintf(<span style="background-color: #FF0000"> </span>
       report,<span style="background-color: #FF0000"> </span>
<font color='#880000'>-      "<td class=\"covoar-td\" align=\"center\"><a href =\"annotated.html#range%d\">%s</br>%s</td>\n",
</font><font color='#000088'>+      "<td class=\"covoar-td\" align=\"center\"><a href =\"annotated.html#range%d\">%s </br>%s</td>\n",
</font>       rangePtr->id,<span style="background-color: #FF0000">    </span>
       rangePtr->lowSourceLine.c_str(),
       rangePtr->highSourceLine.c_str()
</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>