Hi, This was announced here https://gcc.gnu.org/ml/gcc/2015-08/msg00101.html and after one month there haven't been any objections.
I've committed the attached patch for the GCC 6 changes page. Cheers, Oleg
? gcc6_changes_sh_0.patch Index: htdocs/gcc-6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v retrieving revision 1.30 diff -u -r1.30 changes.html --- htdocs/gcc-6/changes.html 16 Sep 2015 06:05:11 -0000 1.30 +++ htdocs/gcc-6/changes.html 21 Sep 2015 05:44:49 -0000 @@ -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>