From patchwork Mon Sep 21 05:50:19 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oleg Endo X-Patchwork-Id: 520125 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 0BBF51401AF for ; Mon, 21 Sep 2015 15:50:42 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=TNcJvVyB; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:subject:from:to:date:in-reply-to:references :content-type:mime-version; q=dns; s=default; b=T4PIkmEF4EM3tfpK Ct/zFD6N9nCn7b8qkdlDSLBtRUEwQVaTB6HG/yvWt7JPbVYCGv8ClFTSIYAsM43g pmcuOTJpzW+I0e9w0XGnognlrzn8vxEKgyTBajmvMlZH5G+9NozbM3Gnq5Yv6kmV 4jfgVSpV5YMbJGZRm9ATtetak3s= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:subject:from:to:date:in-reply-to:references :content-type:mime-version; s=default; bh=r1V99uKSowi1hN80genAui ZibGk=; b=TNcJvVyBDoNRAXnSeNmf15/h90vOvDb13GEHMMG0CcSK5uTE9Q8Wa7 nSgogHOsIBQbD1mPErTCmv/DklmOkEmZhR9JEdFpAMaW1dDM5QHhf4hFBH5fniTi 1g3hCVox4Ujrg8lnRwIxrBEwpmst/miIGqH3Qk9yFzm52v9N82NRk= Received: (qmail 83594 invoked by alias); 21 Sep 2015 05:50:36 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 83581 invoked by uid 89); 21 Sep 2015 05:50:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=AWL, BAYES_40, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mailout02.t-online.de Received: from mailout02.t-online.de (HELO mailout02.t-online.de) (194.25.134.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 21 Sep 2015 05:50:33 +0000 Received: from fwd22.aul.t-online.de (fwd22.aul.t-online.de [172.20.26.127]) by mailout02.t-online.de (Postfix) with SMTP id CEC9661B4BE for ; Mon, 21 Sep 2015 07:50:29 +0200 (CEST) Received: from [192.168.0.16] (rAAU2gZbQht3xWOTgVBypF89ubDtW9r06ldEft7C+2L02j7bYi9AKCSqyegdlxAQD5@[115.165.93.200]) by fwd22.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1Zdtzb-1nVKa00; Mon, 21 Sep 2015 07:50:23 +0200 Message-ID: <1442814619.2313.54.camel@t-online.de> Subject: [wwwdocs][committed] Deprecate SH5/SH64 From: Oleg Endo To: gcc-patches Date: Mon, 21 Sep 2015 14:50:19 +0900 In-Reply-To: <55D37C5F.6040308@redhat.com> References: <55D37C5F.6040308@redhat.com> Mime-Version: 1.0 X-IsSubscribed: yes 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 @@
  • The default mode for C++ is now -std=gnu++14 instead of -std=gnu++98.
  • + +
  • 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 + removed.

    + +

    The following ports for individual systems on + particular architectures have been obsoleted:

    + +
      +
    • SH5 / SH64 (sh64-*-*) as announced + + here.
    • +
    +
  • +
@@ -217,8 +234,11 @@ - - +

SH

+
    +
  • Support for SH5 / SH64 has been declared obsolete and will be removed + in future releases.
  • +

Operating Systems