From patchwork Wed Nov 26 03:17:58 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Terry Guo X-Patchwork-Id: 414969 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 41491140145 for ; Wed, 26 Nov 2014 14:18:20 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type; q=dns; s= default; b=ZAcQ35a5oXoaB//xW2wTJFHXFXiKSeVZoSzJvw/4f72H9euJMaixu 2XdscyESlkc19GgAcLbNXAziPyWdVdSmZKFknBOUbBO9W5piRYUxgdKdyJKSrqzc zd1Iionvs9bjsXdledlQrkeB1qbLeC7kfTiHnu14E/Mn6/NkTOovhA= 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:from :to:subject:date:message-id:mime-version:content-type; s= default; bh=TNt1HdzyfCTiwjlFRx8Q6MUVnMM=; b=AHl7JBoYzE6CoxtRi/T/ cQGRNYB9GUb/n3LztrVjKjK4uGs+S0+xxccq1YvRl1xcBh6D9vOJnyPb3W8tJpjY 2u3L3nbvlwluMdTZIYUrbPGukuNfsKy00t3F0//5pNp9Mm15r2T+K0G4hxbWJ4WQ XRmKwBFQ0bKbh0zqe3mJWGM= Received: (qmail 24645 invoked by alias); 26 Nov 2014 03:18:12 -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 24629 invoked by uid 89); 26 Nov 2014 03:18:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, SPF_PASS autolearn=ham version=3.3.2 X-HELO: service87.mimecast.com Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Nov 2014 03:18:09 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by service87.mimecast.com; Wed, 26 Nov 2014 03:18:06 +0000 Received: from shawin252 ([10.164.6.143]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 26 Nov 2014 03:18:05 +0000 From: "Terry Guo" To: Subject: [Patch,wwwdoc]Update 5.0 change for ARM new core cortex-m7 Date: Wed, 26 Nov 2014 11:17:58 +0800 Message-ID: <000001d00927$94baa9a0$be2ffce0$@arm.com> MIME-Version: 1.0 X-MC-Unique: 114112603180604401 X-IsSubscribed: yes Hi there, This patch will document support and tuning for Cortex-M7 in GCC 5.0 changes. Is it ok to commit? BR, Terry 2014-11-26 Terry Guo * htdocs/gcc-5/changes.html: Mention Cortex-M7.

IA-32/x86-64

Index: htdocs/gcc-5/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.35 diff -u -r1.35 changes.html --- htdocs/gcc-5/changes.html 18 Nov 2014 06:50:55 -0000 1.35 +++ htdocs/gcc-5/changes.html 18 Nov 2014 08:35:49 -0000 @@ -392,6 +392,9 @@ non-unified syntax is used. However this is subject to change in future releases. Eventually the non-unified syntax will be deprecated. +
  • Support for the Cortex-M7 processor is now available through the + -mcpu=cortex-m7 and -mtune=cortex-m7 options. +
  • IA-32/x86-64

    Index: htdocs/gcc-5/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.35 diff -u -r1.35 changes.html --- htdocs/gcc-5/changes.html 18 Nov 2014 06:50:55 -0000 1.35 +++ htdocs/gcc-5/changes.html 18 Nov 2014 08:35:49 -0000 @@ -392,6 +392,9 @@ non-unified syntax is used. However this is subject to change in future releases. Eventually the non-unified syntax will be deprecated. +
  • Support for the Cortex-M7 processor is now available through the + -mcpu=cortex-m7 and -mtune=cortex-m7 options. +