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: Final target deprecation list for 3.3


On Tue, 29 Apr 2003, Zack Weinberg wrote:
>         * config.gcc: Install obsolete target list for GCC 3.3.
>         * doc/install.texi: Mention in specific-target instructions
>         that certain configurations are deprecated.

Thanks for doing this!  I know this is not pleasant nor rewarding, but
really useful.

I applied the following patch which gives the new link a more descriptive
text. ("here", "there", "below",... should be avoided for the text of
links from a user interface point of view.)

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.21
diff -u -3 -p -r1.21 changes.html
--- changes.html	29 Apr 2003 18:45:39 -0000	1.21
+++ changes.html	30 Apr 2003 15:47:23 -0000
@@ -26,9 +26,9 @@
         <code>&lt;stdarg.h&gt;</code> instead.</li>
     <li>Support for all the systems <a
         href="../gcc-3.3/changes.html#obsolete_systems">obsoleted in
-        GCC 3.3</a> has been removed from GCC 3.4.  See <a
-        href="#obsolete_systems">below</a> for a list of systems which
-        are obsoleted in this release.</li>
+        GCC 3.3</a> has been removed from GCC 3.4.  See below for a
+        <a href="#obsolete_systems">list of systems which are obsoleted
+        in this release</a>.</li>
   </ul>

 <h2>General Optimizer Improvements</h2>


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