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

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


 *joel*:
2010-05-12	Joel Sherrill <joel.sherrill at oarcorp.com>

	* ReportsHtml.cc: Add a space before a </br> so ok on elinks.

M  1.243  rtems-coverage/ChangeLog
M   1.13  rtems-coverage/ReportsHtml.cc

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
@@ -1,3 +1,7 @@
+2010-05-12	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* ReportsHtml.cc: Add a space before a </br> so ok on elinks.
+
 2010-05-12	Jennifer Averett <Jennifer.Averett at OARcorp.com>
 
 	* ReportsHtml.cc: Added sort ability to size report. Resolved a bug

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
@@ -123,8 +123,8 @@
         "<tr>\n"
         "<th class=\"table-sortable:default\" align=\"left\">Symbol</th>\n"
         "<th class=\"table-filterable table-sortable:default\" align=\"left\">Line</th>\n"
-        "<th class=\"table-sortable:numeric\" align=\"left\">Size</br>Bytes</th>\n"
-        "<th class=\"table-sortable:numeric\" align=\"left\">Size</br>Instructions</th>\n"
+        "<th class=\"table-sortable:numeric\" align=\"left\">Size </br>Bytes</th>\n"
+        "<th class=\"table-sortable:numeric\" align=\"left\">Size </br>Instructions</th>\n"
         "<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"
@@ -153,8 +153,8 @@
       "<tr>\n"
       "<th class=\"table-sortable:default\" align=\"left\">Symbol</th>\n"
       "<th class=\"table-sortable:default\" align=\"left\">Range</th>\n"
-      "<th class=\"table-sortable:numeric\" align=\"left\">Size</br>Bytes</th>\n"
-      "<th class=\"table-sortable:numeric\" align=\"left\">Size</br>Instructions</th>\n"
+      "<th class=\"table-sortable:numeric\" align=\"left\">Size </br>Bytes</th>\n"
+      "<th class=\"table-sortable:numeric\" align=\"left\">Size </br>Instructions</th>\n"
       "<th class=\"table-filterable table-sortable:default\" align=\"left\">Classification</th>\n"
       "<th class=\"table-sortable:default\" align=\"left\">Explanation</th>\n"
       "</tr>\n"
@@ -479,7 +479,7 @@
     // Range
     fprintf( 
       report, 
-      "<td class=\"covoar-td\" align=\"center\"><a href =\"annotated.html#range%d\">%s</br>%s</td>\n",
+      "<td class=\"covoar-td\" align=\"center\"><a href =\"annotated.html#range%d\">%s </br>%s</td>\n",
       rangePtr->id,    
       rangePtr->lowSourceLine.c_str(),
       rangePtr->highSourceLine.c_str()



--

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/d48166d6/attachment-0001.html>


More information about the vc mailing list