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: gcc-3.1/changes.html


We apparently missed that last time (and I noticed via my link checker
due to SuSE not having a "stable" URL for their homepage).

Avoid direct links to company pages.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/changes.html,v
retrieving revision 1.57
diff -u -3 -p -r1.57 changes.html
--- changes.html	21 Mar 2003 09:01:04 -0000	1.57
+++ changes.html	2 Jun 2003 18:51:51 -0000
@@ -73,10 +73,8 @@
     <code>-O2 -march=athlon</code> command-line options.</p>
 </li>

-<li>Alexandre Oliva, of <a href="http://www.redhat.com/";>Red
-    Hat</a>, has generalized the tree inlining infrastructure
-    developed by <a
-    href="http://www.codesourcery.com/";>CodeSourcery, LLC</a> for
+<li>Alexandre Oliva, of Red Hat, has generalized the tree inlining
+    infrastructure developed by CodeSourcery, LLC for
     the C++ front end, so that it is now used in the C front end
     too.  Inlining functions as trees exposes them earlier to the
     compiler, giving it more opportunities for optimization.
@@ -268,8 +266,7 @@ progress.
     href="http://developer.axis.com/";>Axis' developer site</a> for
     technical information.</li>

-<li>Alexandre Oliva, of <a href="http://www.redhat.com/";>Red Hat</a>,
-    has contributed a port to the <a
+<li>Alexandre Oliva, of Red Hat, has contributed a port to the <a
     href="http://www.superh.com/";>SuperH</a> SH5 64-bit RISC
     microprocessor architecture, extending the existing SH port.</li>

@@ -281,7 +278,7 @@ progress.

 <li>The x86 back end has had some noticeable work done to it.
     <ul>
-      <li><a href="http://www.suse.com/";>SuSE Labs</a> developers Jan
+      <li>SuSE Labs developers Jan
       Hubicka, Bo Thorsen and Andreas Jaeger have contributed a port to
       the AMD x86-64 architecture.  For more information on x86-64 see
       <a href="http://www.x86-64.org/";>http://www.x86-64.org</a>.</li>
@@ -315,7 +312,7 @@ progress.

 <li>C++ support for AIX has been improved.</li>

-<li>Aldy Hernandez, of <a href="http://www.redhat.com/";>Red Hat, Inc</a>
+<li>Aldy Hernandez, of Red Hat, Inc,
 has contributed extensions to the PowerPC port supporting the AltiVec
 programming model (SIMD).  The support, though presently useful, is
 experimental and is expected to stabilize for 3.2.  The support is


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