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]

PATCH: index.html, news.html, rotate news


Rotate news. Installed.

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.220
diff -u -3 -p -r1.220 index.html
--- index.html	2000/10/10 20:30:22	1.220
+++ index.html	2000/10/11 23:45:54
@@ -148,29 +148,6 @@ GCC 1) which obeys the rules for pre-sta
 version may be used to preprocess assembly language.</p>
 </dd>
 
-<dt><b>May 2, 2000</b></dt>
-<dd>
-Stan Cox and Jason Eckhardt of Cygnus, a Red Hat company, have
-contributed a <a href="news/reorder.html">basic block reordering
-pass</a>.  The optimization can reposition basic blocks from across
-the entire function in an attempt to reduce branch penalties and
-enhance instruction cache efficiency.
-
-<p>Our thanks go to Michael Hayes, Jan Hubicka, and Graham Stott who
-noticed or fixed defects or made other useful suggestions.</p>
-</dd>
-
-<dt><b>May 1, 2000</b></dt>
-<dd>
-Richard Earnshaw of ARM Ltd, and Nick Clifton of Cygnus, a Red Hat
-company, have contributed a new backend for the Arm and Thumb
-processors.
-
-<p>The new backend combines code generation for the Arm, the Thumb and
-the StrongArm into one compiler, with the target processor and
-instruction sets being selectable via command line switches.</p>
-</dd>
-
 </dl>
 
 <a href="news.html">Older news and announcements...</a>
Index: news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v
retrieving revision 1.51
diff -u -3 -p -r1.51 news.html
--- news.html	2000/09/11 20:48:24	1.51
+++ news.html	2000/10/11 23:45:56
@@ -11,6 +11,28 @@
 home page</a>.
 
 <dl>
+<dt><b>May 2, 2000</b></dt>
+<dd>
+<p>Stan Cox and Jason Eckhardt of Cygnus, a Red Hat company, have
+contributed a <a href="news/reorder.html">basic block reordering
+pass</a>.  The optimization can reposition basic blocks from across
+the entire function in an attempt to reduce branch penalties and
+enhance instruction cache efficiency.</p>
+
+<p>Our thanks go to Michael Hayes, Jan Hubicka, and Graham Stott who
+noticed or fixed defects or made other useful suggestions.</p>
+</dd>
+
+<dt><b>May 1, 2000</b></dt>
+<dd>
+<p>Richard Earnshaw of ARM Ltd, and Nick Clifton of Cygnus, a Red Hat
+company, have contributed a new backend for the Arm and Thumb
+processors.</p>
+
+<p>The new backend combines code generation for the Arm, the Thumb and
+the StrongArm into one compiler, with the target processor and
+instruction sets being selectable via command line switches.</p>
+</dd>
 
 <dt><b>April 30, 2000</b></dt>
 <dd>


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