This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: projects/tree-ssa/lno.html and vectorization.html


That's only a minor one, to improve consistency and make link checking
easier.  Also the links the user encounters are shorter this way.

Avoid adressing the main tree-ssa page via different vectors, once via
the directory, and once via index.html.

Committed.

Gerald

Index: lno.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/lno.html,v
retrieving revision 1.3
diff -u -3 -p -r1.3 lno.html
--- lno.html	3 Jan 2004 01:42:38 -0000	1.3
+++ lno.html	17 Apr 2004 22:20:41 -0000
@@ -8,7 +8,7 @@

 <p>This project aims at implementing a loop nest optimizer at the tree
 level.  The <code>lno-branch</code> is based on the
-<a href="index.html">tree-ssa-20020619-branch</a>.</p>
+<a href="./">tree-ssa-20020619-branch</a>.</p>

 <h2>Passes in the branch</h2>
 <dl>
Index: vectorization.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/vectorization.html,v
retrieving revision 1.3
diff -u -3 -p -r1.3 vectorization.html
--- vectorization.html	8 Dec 2003 17:06:58 -0000	1.3
+++ vectorization.html	17 Apr 2004 22:20:41 -0000
@@ -13,7 +13,7 @@

     <p>This document outlines a high level plan for the
     implementation of auto-vectorization in the <a href=
-    "index.html">tree-ssa branch</a> of GCC. The main goals of this
+    "./">tree-ssa branch</a> of GCC. The main goals of this
     document are to:</p>

     <ul>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]