This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Final target deprecation list for 3.3
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 30 Apr 2003 17:49:57 +0200 (CEST)
- Subject: Re: Final target deprecation list for 3.3
- References: <87n0i9gmyi.fsf@egil.codesourcery.com>
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><stdarg.h></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>