Remove align="left" (which does not seem to have any impact nowadays)
from table headers in the criterial.html files for all GCC 3.x releases.

Committed.

Gerald

Index: gcc-3.0/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/criteria.html,v
retrieving revision 1.32
diff -u -r1.32 criteria.html
--- gcc-3.0/criteria.html       2 Jun 2018 21:16:14 -0000       1.32
+++ gcc-3.0/criteria.html       1 Sep 2018 22:26:08 -0000
@@ -292,9 +292,9 @@
 for measuring code quality:</p>
 
 <table align="center">
-<tr><th align="left">Name</th>
-    <th align="left">Language</th>
-    <th align="left">Source URL</th>
+<tr><th>Name</th>
+    <th>Language</th>
+    <th>Source URL</th>
 </tr>
 <tr><td>gzip 1.2.4a</td><td>C</td>
 </tr>
@@ -338,11 +338,11 @@
 <p>In order to measure compile-time performance, we will use the
 following unit tests:</p>
 <table>
-<tr><th align="left">Name</th>
-    <th align="left">Language</th>
-    <th align="left">Source</th>
-    <th align="left">Flags</th>
-    <th align="left">Comments</th>
+<tr><th>Name</th>
+    <th>Language</th>
+    <th>Source</th>
+    <th>Flags</th>
+    <th>Comments</th>
 </tr>
 <tr><td>insn-attrtab.c</td><td>C</td><td></td>
     <td>-O2</td>
Index: gcc-3.1/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/criteria.html,v
retrieving revision 1.37
diff -u -r1.37 criteria.html
--- gcc-3.1/criteria.html       2 Jun 2018 21:16:14 -0000       1.37
+++ gcc-3.1/criteria.html       1 Sep 2018 22:26:08 -0000
@@ -309,9 +309,9 @@
 quality:</p>
 
 <table align="center" border="1">
-<tr><th align="left">Name</th>
-    <th align="left">Language</th>
-    <th align="left">Source URL</th>
+<tr><th>Name</th>
+    <th>Language</th>
+    <th>Source URL</th>
 </tr>
 <tr><td>gzip 1.2.4a</td><td>C</td><td>&nbsp;</td>
 </tr>
@@ -351,11 +351,11 @@
 <p>In order to measure compile-time performance, we will use the
 following unit tests:</p>
 <table align="center" border="1">
-<tr><th align="left">Name</th>
-    <th align="left">Language</th>
-    <th align="left">Source</th>
-    <th align="left">Flags</th>
-    <th align="left">Comments</th>
+<tr><th>Name</th>
+    <th>Language</th>
+    <th>Source</th>
+    <th>Flags</th>
+    <th>Comments</th>
 </tr>
 <tr><td>insn-attrtab.c</td>
     <td>C</td>
Index: gcc-3.3/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/criteria.html,v
retrieving revision 1.13
diff -u -r1.13 criteria.html
--- gcc-3.3/criteria.html       2 Jun 2018 21:16:15 -0000       1.13
+++ gcc-3.3/criteria.html       1 Sep 2018 22:26:08 -0000
@@ -313,9 +313,9 @@
 quality:</p>
 
 <table align="center" border="1">
-<tr><th align="left">Name</th>
-    <th align="left">Language</th>
-    <th align="left">Source URL</th>
+<tr><th>Name</th>
+    <th>Language</th>
+    <th>Source URL</th>
 </tr>
 <tr><td>gzip 1.2.4a</td><td>C</td><td>&nbsp;</td>
 </tr>
@@ -356,11 +356,11 @@
 <p>In order to measure compile-time performance, we will use the
 following unit tests:</p>
 <table align="center" border="1">
-<tr><th align="left">Name</th>
-    <th align="left">Language</th>
-    <th align="left">Source</th>
-    <th align="left">Flags</th>
-    <th align="left">Comments</th>
+<tr><th>Name</th>
+    <th>Language</th>
+    <th>Source</th>
+    <th>Flags</th>
+    <th>Comments</th>
 </tr>
 <tr><td>insn-attrtab.c</td>
     <td>C</td>
Index: gcc-3.4/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/criteria.html,v
retrieving revision 1.6
diff -u -r1.6 criteria.html
--- gcc-3.4/criteria.html       2 Jun 2018 21:16:15 -0000       1.6
+++ gcc-3.4/criteria.html       1 Sep 2018 22:26:08 -0000
@@ -313,9 +313,9 @@
 quality:</p>
 
 <table align="center" border="1">
-<tr><th align="left">Name</th>
-    <th align="left">Language</th>
-    <th align="left">Source URL</th>
+<tr><th>Name</th>
+    <th>Language</th>
+    <th>Source URL</th>
 </tr>
 <tr><td>gzip 1.2.4a</td><td>C</td><td>&nbsp;</td>
 </tr>
@@ -356,11 +356,11 @@
 <p>In order to measure compile-time performance, we will use the
 following unit tests:</p>
 <table align="center" border="1">
-<tr><th align="left">Name</th>
-    <th align="left">Language</th>
-    <th align="left">Source</th>
-    <th align="left">Flags</th>
-    <th align="left">Comments</th>
+<tr><th>Name</th>
+    <th>Language</th>
+    <th>Source</th>
+    <th>Flags</th>
+    <th>Comments</th>
 </tr>
 <tr><td>insn-attrtab.c</td>
     <td>C</td>

Reply via email to