? gcc6_changes_sh_0.patch
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.30
@@ -16,6 +16,23 @@
<ul>
<li>The default mode for C++ is now <code>-std=gnu++14</code> instead of
<code>-std=gnu++98</code>.</li>
+
+ <li><p>Support for a number of older systems and recently
+ unmaintained or untested target ports of GCC has been declared
+ obsolete in GCC 6. 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>SH5 / SH64 (sh64-*-*) as announced
+ <a href="https://gcc.gnu.org/ml/gcc/2015-08/msg00101.html">
+ here</a>.</li>
+ </ul>
+ </li>
+
</ul>
<!-- .................................................................. -->
@@ -217,8 +234,11 @@
<!-- <h3 id="rx">RX</h3> -->
-<!-- <h3 id="sh">SH</h3> -->
-
+<h3 id="sh">SH</h3>
+ <ul>
+ <li>Support for SH5 / SH64 has been declared obsolete and will be removed
+ in future releases.</li>
+ </ul>
<!-- .................................................................. -->
<h2 id="os">Operating Systems</h2>