From patchwork Fri Nov 4 16:53:59 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Preudhomme X-Patchwork-Id: 80897 Delivered-To: patch@linaro.org Received: by 10.140.97.165 with SMTP id m34csp75581qge; Fri, 4 Nov 2016 09:54:34 -0700 (PDT) X-Received: by 10.98.139.72 with SMTP id j69mr11224995pfe.158.1478278474640; Fri, 04 Nov 2016 09:54:34 -0700 (PDT) Return-Path: Received: from sourceware.org (server1.sourceware.org. [209.132.180.131]) by mx.google.com with ESMTPS id k5si17494447pfg.218.2016.11.04.09.54.34 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Nov 2016 09:54:34 -0700 (PDT) Received-SPF: pass (google.com: domain of gcc-patches-return-440475-patch=linaro.org@gcc.gnu.org designates 209.132.180.131 as permitted sender) client-ip=209.132.180.131; Authentication-Results: mx.google.com; dkim=pass header.i=@gcc.gnu.org; spf=pass (google.com: domain of gcc-patches-return-440475-patch=linaro.org@gcc.gnu.org designates 209.132.180.131 as permitted sender) smtp.mailfrom=gcc-patches-return-440475-patch=linaro.org@gcc.gnu.org DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:to :from:subject:message-id:date:mime-version:content-type; q=dns; s=default; b=jgth3Vb1TzP1PhYd8BSnQvi7KLC9Kv/oSNOHeLndMDZW5q24cb bKC4FHC5aO5PdUZbCIW+4R+gYxokpcsYOd4LYBMy87DJWM7iQtrmxYQMau+lbDJI tpFFYah7Vnnd0AfenkMgoKArt2M1bO+UkoWFoercDj72syF7v8SYRR1RE= 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:to :from:subject:message-id:date:mime-version:content-type; s= default; bh=cJ8AXSu0gOlp1eFvxOs5BQDT++E=; b=Rb8WoX+zkOfSce7BwIqk VNrtMfGqEPBjUYBBkZxLndeEPHaRcrPJbxGNlOhCvRDcehWtSC2vCPh8Jn3wl6ew KF6s9Nibst3NPTiDW4xVK831mzpPX7ZH4HaeaK29zVCDVkfHYuE9rgps0MCAlLcU QVwA/65PYQHFYqvPTwbI/FU= Received: (qmail 68154 invoked by alias); 4 Nov 2016 16:54:14 -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 68055 invoked by uid 89); 4 Nov 2016 16:54:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=BAYES_00, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=rcs, RCS, UD:php, products X-HELO: foss.arm.com Received: from foss.arm.com (HELO foss.arm.com) (217.140.101.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 04 Nov 2016 16:54:03 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8853A28; Fri, 4 Nov 2016 09:54:01 -0700 (PDT) Received: from [10.2.206.52] (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 94ADF3F318; Fri, 4 Nov 2016 09:54:00 -0700 (PDT) To: Gerald Pfeifer , Kyrill Tkachov , Ramana Radhakrishnan , Richard Earnshaw , "gcc-patches@gcc.gnu.org" From: Thomas Preudhomme Subject: [PATCH, GCC, wwwdocs] Document new Cortex-M23 and Cortex-M33 processors support in ARM backend Message-ID: <29e9503c-99c9-86a9-be99-968b3bfd3f28@foss.arm.com> Date: Fri, 4 Nov 2016 16:53:59 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 X-IsSubscribed: yes Hi there, This patch document the newly added support in GCC 7 for Cortex-M23 and Cortex-M33 processors [1][2]. [1] http://www.arm.com/products/processors/cortex-m/cortex-m23-processor.php [2] http://www.arm.com/products/processors/cortex-m/cortex-m33-processor.php Is this ok for ? Best regards, Thomas Index: htdocs/gcc-7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v retrieving revision 1.20 diff -u -r1.20 changes.html --- htdocs/gcc-7/changes.html 25 Oct 2016 02:04:00 -0000 1.20 +++ htdocs/gcc-7/changes.html 26 Oct 2016 14:05:59 -0000 @@ -316,6 +316,16 @@ -mcpu=cortex-a73 and -mtune=cortex-a73 options as well as the equivalent target attributes and pragmas. +
  • + The ARM Cortex-M23 processor is now supported via the + -mcpu=cortex-m23 and -mtune=cortex-m23 + options. +
  • +
  • + The ARM Cortex-M33 processor is now supported via the + -mcpu=cortex-m33 and -mtune=cortex-m33 + options. +
  • AVR