From patchwork Fri Apr 5 10:38:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ramana Radhakrishnan X-Patchwork-Id: 234106 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 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 772A62C00A2 for ; Fri, 5 Apr 2013 21:38:58 +1100 (EST) 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:date:from:mime-version:to:cc:subject:content-type; q=dns; s=default; b=lUpMw4hlBNJzFx2Ztag68D9n1Lifs3e9pxq85+qMyd3 9MtUWisdXCT4a8nzIopeThQD37RPC6Mo/dEhxVFGufHNFPEjCqOPpN62wI5WZJ/8 R1z+IPWMrr9rJ9msOjWj/HdZyB9PYB2i1BC/KE1Y12XPnv/DPYrpvSNTyKdNuep0 = 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:date:from:mime-version:to:cc:subject:content-type; s=default; bh=H/kSr65D1L0MypZwfqzYjPe5x+A=; b=w1BUy1W3FvZ2I8dHc xSf4wt+oPgL1R4f63biURiMIr8z4RLhY1OYgni4Cl50Y71hGkZS74WGC7G1k316I rNffznICScuUKkNOwluKSSxtUEYKTblScy1CEb5Zc0QRsZS2y2rtHhplbOYXiXWc UeNiEZQdQpaFse8ZVjMxvYWlKI= Received: (qmail 20847 invoked by alias); 5 Apr 2013 10:38:47 -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 20835 invoked by uid 89); 5 Apr 2013 10:38:47 -0000 X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 05 Apr 2013 10:38:44 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Fri, 05 Apr 2013 11:38:41 +0100 Received: from [10.1.69.70] ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 5 Apr 2013 11:38:38 +0100 Message-ID: <515EA9AE.5090209@arm.com> Date: Fri, 05 Apr 2013 11:38:38 +0100 From: Ramana Radhakrishnan User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: "gcc-patches@gcc.gnu.org ;" CC: "Joseph S. Myers" Subject: Document cortex-a53 in invoke.texi X-MC-Unique: 113040511384112101 X-Virus-Found: No Joseph pointed out the cortex-a53 wasn't documented in invoke.texi. Fixed thusly. Ramana 2013-04-05 Ramana Radhakrishnan * doc/invoke.texi (ARM Options): Document cortex-a53 support. Index: gcc/doc/invoke.texi =================================================================== --- gcc/doc/invoke.texi (revision 197510) +++ gcc/doc/invoke.texi (working copy) @@ -11266,8 +11266,8 @@ @samp{arm1136j-s}, @samp{arm1136jf-s}, @samp{mpcore}, @samp{mpcorenovfp}, @samp{arm1156t2-s}, @samp{arm1156t2f-s}, @samp{arm1176jz-s}, @samp{arm1176jzf-s}, @samp{cortex-a5}, @samp{cortex-a7}, @samp{cortex-a8}, @samp{cortex-a9}, -@samp{cortex-a15}, @samp{cortex-r4}, @samp{cortex-r4f}, @samp{cortex-r5}, -@samp{cortex-r7}, @samp{cortex-m4}, @samp{cortex-m3}, +@samp{cortex-a15}, @samp{cortex-a53}, @samp{cortex-r4}, @samp{cortex-r4f}, +@samp{cortex-r5}, @samp{cortex-r7}, @samp{cortex-m4}, @samp{cortex-m3}, @samp{cortex-m1}, @samp{cortex-m0}, @samp{cortex-m0plus},