public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs, 4.6] Announce NetWare obsoletion, removal
@ 2011-07-15 16:07 Rainer Orth
  2011-07-17 18:33 ` Richard Guenther
  2011-07-21 20:16 ` Joseph S. Myers
  0 siblings, 2 replies; 5+ messages in thread
From: Rainer Orth @ 2011-07-15 16:07 UTC (permalink / raw)
  To: gcc-patches

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.

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [wwwdocs, 4.6] Announce NetWare obsoletion, removal
  2011-07-15 16:07 [wwwdocs, 4.6] Announce NetWare obsoletion, removal Rainer Orth
@ 2011-07-17 18:33 ` Richard Guenther
  2011-07-21 20:16 ` Joseph S. Myers
  1 sibling, 0 replies; 5+ messages in thread
From: Richard Guenther @ 2011-07-17 18:33 UTC (permalink / raw)
  To: Rainer Orth; +Cc: gcc-patches

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
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [wwwdocs, 4.6] Announce NetWare obsoletion, removal
  2011-07-15 16:07 [wwwdocs, 4.6] Announce NetWare obsoletion, removal Rainer Orth
  2011-07-17 18:33 ` Richard Guenther
@ 2011-07-21 20:16 ` Joseph S. Myers
  2011-07-22 12:07   ` Rainer Orth
  1 sibling, 1 reply; 5+ messages in thread
From: Joseph S. Myers @ 2011-07-21 20:16 UTC (permalink / raw)
  To: Rainer Orth; +Cc: gcc-patches

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.

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [wwwdocs, 4.6] Announce NetWare obsoletion, removal
  2011-07-21 20:16 ` Joseph S. Myers
@ 2011-07-22 12:07   ` Rainer Orth
  2011-07-22 13:07     ` Joseph S. Myers
  0 siblings, 1 reply; 5+ messages in thread
From: Rainer Orth @ 2011-07-22 12:07 UTC (permalink / raw)
  To: Joseph S. Myers; +Cc: gcc-patches

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

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [wwwdocs, 4.6] Announce NetWare obsoletion, removal
  2011-07-22 12:07   ` Rainer Orth
@ 2011-07-22 13:07     ` Joseph S. Myers
  0 siblings, 0 replies; 5+ messages in thread
From: Joseph S. Myers @ 2011-07-22 13:07 UTC (permalink / raw)
  To: Rainer Orth; +Cc: gcc-patches

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.

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-07-22 12:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-15 16:07 [wwwdocs, 4.6] Announce NetWare obsoletion, removal Rainer Orth
2011-07-17 18:33 ` Richard Guenther
2011-07-21 20:16 ` Joseph S. Myers
2011-07-22 12:07   ` Rainer Orth
2011-07-22 13:07     ` Joseph S. Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).