diff mbox

[wwwdocs] Announce Solaris 9 obsoletion

Message ID yddip2jywiw.fsf@lokon.CeBiTec.Uni-Bielefeld.DE
State New
Headers show

Commit Message

Rainer Orth May 16, 2013, 11:49 a.m. UTC
Corresponding to the Solaris 9 obsoletion patch, I've now installed the
following wwwdocs patch to document it.

	Rainer


        * htdocs/gcc-4.9/changes.html: Document Solaris 9 obsoletion.

Comments

Tobias Burnus May 16, 2013, 12:50 p.m. UTC | #1
Am 16.05.2013 13:49, schrieb Rainer Orth:
> Corresponding to the Solaris 9 obsoletion patch, I've now installed the
> following wwwdocs patch to document it.
> --- htdocs/gcc-4.9/changes.html	9 May 2013 17:08:19 -0000	1.11
> +++ htdocs/gcc-4.9/changes.html	16 May 2013 11:48:37 -0000	1.13
> @@ -16,6 +16,23 @@
>   <h2>Caveats</h2>
>   -->
> +  <ul>
> +    <li><p>Support for a number of older systems and recently

Shouldn't you also uncomment the "<h2>Caveats</h2>"? Currently, it is 
<!-- commented -->.

Tobias
Rainer Orth May 16, 2013, 12:55 p.m. UTC | #2
Tobias Burnus <burnus@net-b.de> writes:

> Am 16.05.2013 13:49, schrieb Rainer Orth:
>> Corresponding to the Solaris 9 obsoletion patch, I've now installed the
>> following wwwdocs patch to document it.
>> --- htdocs/gcc-4.9/changes.html	9 May 2013 17:08:19 -0000	1.11
>> +++ htdocs/gcc-4.9/changes.html	16 May 2013 11:48:37 -0000	1.13
>> @@ -16,6 +16,23 @@
>>   <h2>Caveats</h2>
>>   -->
>> +  <ul>
>> +    <li><p>Support for a number of older systems and recently
>
> Shouldn't you also uncomment the "<h2>Caveats</h2>"? Currently, it is <!--
> commented -->.

You're right, of course.  Fixed.

Thanks.
        Rainer
diff mbox

Patch

Index: htdocs/gcc-4.9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v
retrieving revision 1.11
retrieving revision 1.13
diff -u -p -r1.11 -r1.13
--- htdocs/gcc-4.9/changes.html	9 May 2013 17:08:19 -0000	1.11
+++ htdocs/gcc-4.9/changes.html	16 May 2013 11:48:37 -0000	1.13
@@ -16,6 +16,23 @@ 
 <h2>Caveats</h2>
 -->
 
+  <ul>
+    <li><p>Support for a number of older systems and recently
+    unmaintained or untested target ports of GCC has been declared
+    obsolete in GCC 4.9.  Unless there is activity to revive them, the
+    next release of GCC will have their sources permanently
+    <strong>removed</strong>.</p>
+
+    <p>The following ports for individual systems on
+    particular architectures have been obsoleted:</p>
+
+    <ul>
+	  <li>Solaris 9 (*-*-solaris2.9).  Details can be found in the
+	  <a href="http://gcc.gnu.org/ml/gcc-patches/2013-05/msg00728.html">
+	      announcement</a>.</li>
+    </ul>
+    </li>
+  </ul>
 
 <!--
 <h2>General Optimizer Improvements</h2>