diff mbox

[wwwdocs,4.6] Announce NetWare obsoletion, removal

Message ID ydd1uxro801.fsf@manam.CeBiTec.Uni-Bielefeld.DE
State New
Headers show

Commit Message

Rainer Orth July 15, 2011, 3:53 p.m. UTC
Corresponding the the NetWare obsoletion and removal (upcoming,
currently being tested) patches, here's the wwwdocs change.

Ok?
	Rainer


2011-07-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* htdocs/gcc-4.6/changes.html: Document Netware x86 obsoletion.
	* htdocs/gcc-4.7/changes.html: Document NetWare x86 removal.

Comments

Richard Biener July 17, 2011, 4:33 p.m. UTC | #1
On Fri, Jul 15, 2011 at 5:53 PM, Rainer Orth
<ro@cebitec.uni-bielefeld.de> wrote:
> Corresponding the the NetWare obsoletion and removal (upcoming,
> currently being tested) patches, here's the wwwdocs change.
>
> Ok?

Ok.

Thanks,
Richard.

>        Rainer
>
>
> 2011-07-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
>
>        * htdocs/gcc-4.6/changes.html: Document Netware x86 obsoletion.
>        * htdocs/gcc-4.7/changes.html: Document NetWare x86 removal.
>
> Index: htdocs/gcc-4.6/changes.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
> retrieving revision 1.131
> diff -u -p -r1.131 changes.html
> --- htdocs/gcc-4.6/changes.html 27 Jun 2011 09:46:57 -0000      1.131
> +++ htdocs/gcc-4.6/changes.html 15 Jul 2011 15:29:34 -0000
> @@ -91,6 +91,7 @@
>
>     <ul>
>       <li>Interix (<code>i[34567]86-*-interix3*</code>)</li>
> +      <li>NetWare x86 (<code>i[3456x]86-*-netware*</code>)</li>
>       <li>Generic ARM PE (<code>arm-*-pe*</code> other
>       than <code>arm*-wince-pe*</code>)</li>
>       <li>MCore PE (<code>mcore-*-pe*</code>)</li>
> Index: htdocs/gcc-4.7/changes.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
> retrieving revision 1.22
> diff -u -p -r1.22 changes.html
> --- htdocs/gcc-4.7/changes.html 15 Jul 2011 09:48:15 -0000      1.22
> +++ htdocs/gcc-4.7/changes.html 15 Jul 2011 15:29:34 -0000
> @@ -46,6 +46,9 @@
>
>     <li>The ARM port's <code>-mwords-little-endian</code> option has
>     been deprecated.  It will be removed in a future release.</li>
> +
> +    <li>Support has been removed for the NetWare x86 configuration
> +    obsoleted in GCC 4.6.</li>
>   </ul>
>
>  <h2>General Optimizer Improvements</h2>
>
> --
> -----------------------------------------------------------------------------
> Rainer Orth, Center for Biotechnology, Bielefeld University
>
Joseph Myers July 21, 2011, 7:52 p.m. UTC | #2
On Fri, 15 Jul 2011, Rainer Orth wrote:

> Index: htdocs/gcc-4.7/changes.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
> retrieving revision 1.22
> diff -u -p -r1.22 changes.html
> --- htdocs/gcc-4.7/changes.html	15 Jul 2011 09:48:15 -0000	1.22
> +++ htdocs/gcc-4.7/changes.html	15 Jul 2011 15:29:34 -0000
> @@ -46,6 +46,9 @@
>  
>      <li>The ARM port's <code>-mwords-little-endian</code> option has
>      been deprecated.  It will be removed in a future release.</li>
> +
> +    <li>Support has been removed for the NetWare x86 configuration
> +    obsoleted in GCC 4.6.</li>

I don't think NetWare should be called out specially like this; either 
list all removed targets explicitly, or say "all targets deprecated in 
4.6" (with a link to the deprecation list), "except for" a list of the 
targets reprieved.
Rainer Orth July 22, 2011, 10:26 a.m. UTC | #3
Joseph,

> On Fri, 15 Jul 2011, Rainer Orth wrote:
>
>> Index: htdocs/gcc-4.7/changes.html
>> ===================================================================
>> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
>> retrieving revision 1.22
>> diff -u -p -r1.22 changes.html
>> --- htdocs/gcc-4.7/changes.html	15 Jul 2011 09:48:15 -0000	1.22
>> +++ htdocs/gcc-4.7/changes.html	15 Jul 2011 15:29:34 -0000
>> @@ -46,6 +46,9 @@
>>  
>>      <li>The ARM port's <code>-mwords-little-endian</code> option has
>>      been deprecated.  It will be removed in a future release.</li>
>> +
>> +    <li>Support has been removed for the NetWare x86 configuration
>> +    obsoleted in GCC 4.6.</li>
>
> I don't think NetWare should be called out specially like this; either 
> list all removed targets explicitly, or say "all targets deprecated in 
> 4.6" (with a link to the deprecation list), "except for" a list of the 
> targets reprieved.

AFAIK of all the targets deprecated in 4.6, no other one has been
removed so far.  I just meant to mention NetWare since the removal has
already taken place.  Once the others are gone, there's no more need to
single out NetWare.

	Rainer
Joseph Myers July 22, 2011, 12:37 p.m. UTC | #4
On Fri, 22 Jul 2011, Rainer Orth wrote:

> > I don't think NetWare should be called out specially like this; either 
> > list all removed targets explicitly, or say "all targets deprecated in 
> > 4.6" (with a link to the deprecation list), "except for" a list of the 
> > targets reprieved.
> 
> AFAIK of all the targets deprecated in 4.6, no other one has been
> removed so far.  I just meant to mention NetWare since the removal has
> already taken place.  Once the others are gone, there's no more need to
> single out NetWare.

I removed them all in March except for Interix and SCORE.  I didn't put 
anything in the release notes at the time because it remains to be seen 
whether interested people will get patches in to undeprecate those two 
targets or whether they will be removed as well.
diff mbox

Patch

Index: htdocs/gcc-4.6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.131
diff -u -p -r1.131 changes.html
--- htdocs/gcc-4.6/changes.html	27 Jun 2011 09:46:57 -0000	1.131
+++ htdocs/gcc-4.6/changes.html	15 Jul 2011 15:29:34 -0000
@@ -91,6 +91,7 @@ 
 
     <ul>
       <li>Interix (<code>i[34567]86-*-interix3*</code>)</li>
+      <li>NetWare x86 (<code>i[3456x]86-*-netware*</code>)</li>
       <li>Generic ARM PE (<code>arm-*-pe*</code> other
       than <code>arm*-wince-pe*</code>)</li>
       <li>MCore PE (<code>mcore-*-pe*</code>)</li>
Index: htdocs/gcc-4.7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.22
diff -u -p -r1.22 changes.html
--- htdocs/gcc-4.7/changes.html	15 Jul 2011 09:48:15 -0000	1.22
+++ htdocs/gcc-4.7/changes.html	15 Jul 2011 15:29:34 -0000
@@ -46,6 +46,9 @@ 
 
     <li>The ARM port's <code>-mwords-little-endian</code> option has
     been deprecated.  It will be removed in a future release.</li>
+
+    <li>Support has been removed for the NetWare x86 configuration
+    obsoleted in GCC 4.6.</li>
   </ul>
 
 <h2>General Optimizer Improvements</h2>