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]

Re: gcc-4.4/changes.html updates (ARM, ColdFire, Power etc.)


On Tue, 24 Mar 2009, Joseph S. Myers wrote:
> +    <li>Support has been removed for all the configurations obsoleted
> +    in GCC 4.3.</li>

Thanks, Joseph.  I just committed the patch below on top of yours to
provide our users a direct reference to those obsoleted configurations.

Gerald

Add an anchor for the list of configurations obsoleted to the GCC 4.3
release notes.  Refer to that from the GCC 4.4 release notes.

Index: gcc-4.3/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.118
diff -u -3 -p -r1.118 changes.html
--- gcc-4.3/changes.html	25 Jan 2009 20:57:09 -0000	1.118
+++ gcc-4.3/changes.html	19 Apr 2009 21:55:05 -0000
@@ -102,8 +102,8 @@
       <li>WindISS (<code>*-*-windiss*</code>)</li>
     </ul>
 
-    <p>Also, those for some individual systems on particular
-    architectures have been obsoleted:</p>
+    <p id="obsoleted">Also, those for some individual systems on
+    particular architectures have been obsoleted:</p>
 
     <ul>
       <li>UNICOS/mk on DEC Alpha
Index: gcc-4.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/changes.html,v
retrieving revision 1.68
diff -u -3 -p -r1.68 changes.html
--- gcc-4.4/changes.html	16 Apr 2009 19:38:04 -0000	1.68
+++ gcc-4.4/changes.html	19 Apr 2009 21:55:05 -0000
@@ -109,8 +109,9 @@
     These utilities have not been installed by default since GCC
     3.0.</li>
 
-    <li>Support has been removed for all the configurations obsoleted
-    in GCC 4.3.</li>
+    <li>Support has been removed for all the <a
+    href="../gcc-4.3/changes.html#obsoleted">configurations obsoleted
+    in GCC 4.3</a>.</li>
 
     <li>Unknown <code>-Wno-*</code> options are now silently ignored
     by GCC if no other diagnostics are issued. If other diagnostics


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