PATCH: rotate news (index.html->news.html)

Gerald Pfeifer gerald@pfeifer.com
Sat Sep 11 21:17:00 GMT 2004


Move all news items which are (nearly) a year old to the separate
page for old news.

Installed.

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.454
diff -u -3 -p -r1.454 index.html
--- index.html	11 Sep 2004 14:55:46 -0000	1.454
+++ index.html	11 Sep 2004 20:04:43 -0000
@@ -136,41 +136,6 @@ variables and allows debugging code comp
  with <code>-fomit-frame-pointer</code>.
  </dd>

-<dt><b>October 18, 2003</b></dt>
-<dd>
-Bernardo Innocenti of Develer S.r.l. has contributed the
-<a href="http://www.uclinux.org/pub/uClinux/uclinux-elf-tools/gcc-3/">
-m68k-uclinux target</a> and improved support for ColdFire cores, based
-on former work by Paul Dale (SnapGear, Inc.) and Peter Barada (Motorola, Inc.).
-</dd>
-
-<dt><b>October 17, 2003</b></dt>
-<dd>
-<a href="gcc-3.3/">GCC 3.3.2</a> has been released.
-</dd>
-
-<dt><b>August 27, 2003</b></dt>
-<dd>
-Nicolas Pitre has contributed his hand-coded floating-point support code
-for ARM.  It is both significantly smaller and faster than the 
-existing C-based implementation.  The arm-elf configuration uses the new 
-code now, and other ports will follow.
-</dd>
-
-<dt><b>August 8, 2003</b></dt>
-<dd>
-<a href="gcc-3.3/">GCC 3.3.1</a> has been released.
-</dd>
-
-<dt><b>June 26, 2003</b></dt>
-<dd>
-Ben Elliston of Wasabi Systems, Inc. has converted the existing ARM
-processor pipeline description to the new <a
-href="http://gcc.gnu.org/onlinedocs/gccint/Processor-pipeline-description.html">DFA
-pipeline description model</a>.
-It will be part of the GCC 3.4.0 release.
-</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.89
diff -u -3 -p -r1.89 news.html
--- news.html	1 May 2004 17:10:22 -0000	1.89
+++ news.html	11 Sep 2004 20:04:43 -0000
@@ -14,6 +14,41 @@ home page</a>.</p>

  <!-- ATTENTION: This page is for *OLD* news!  Latest news goes first. -->

+<dt><b>October 18, 2003</b></dt>
+<dd>
+Bernardo Innocenti of Develer S.r.l. has contributed the
+<a href="http://www.uclinux.org/pub/uClinux/uclinux-elf-tools/gcc-3/">
+m68k-uclinux target</a> and improved support for ColdFire cores, based
+on former work by Paul Dale (SnapGear, Inc.) and Peter Barada (Motorola, Inc.).
+</dd>
+
+<dt><b>October 17, 2003</b></dt>
+<dd>
+<a href="gcc-3.3/">GCC 3.3.2</a> has been released.
+</dd>
+
+<dt><b>August 27, 2003</b></dt>
+<dd>
+Nicolas Pitre has contributed his hand-coded floating-point support code
+for ARM.  It is both significantly smaller and faster than the 
+existing C-based implementation.  The arm-elf configuration uses the new 
+code now, and other ports will follow.
+</dd>
+
+<dt><b>August 8, 2003</b></dt>
+<dd>
+<a href="gcc-3.3/">GCC 3.3.1</a> has been released.
+</dd>
+
+<dt><b>June 26, 2003</b></dt>
+<dd>
+Ben Elliston of Wasabi Systems, Inc. has converted the existing ARM
+processor pipeline description to the new <a
+href="http://gcc.gnu.org/onlinedocs/gccint/Processor-pipeline-description.html">DFA
+pipeline description model</a>.
+It will be part of the GCC 3.4.0 release.
+</dd>
+
  <dt><b>May 27, 2003</b></dt>
  <dd>
  Proceedings and photographs of participants are available for the First



More information about the Gcc-patches mailing list