From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42811 invoked by alias); 3 Mar 2015 16:05:22 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 42717 invoked by uid 89); 3 Mar 2015 16:05:21 -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_00,MEDICAL_SUBJECT,SPF_PASS autolearn=no 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; Tue, 03 Mar 2015 16:05:16 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by service87.mimecast.com; Tue, 03 Mar 2015 16:05:13 +0000 Received: from [10.2.206.142] ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 3 Mar 2015 16:05:11 +0000 Message-ID: <54F5DBB7.5030906@arm.com> Date: Tue, 03 Mar 2015 16:05:00 -0000 From: Renlin Li User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: "gcc-patches@gcc.gnu.org" CC: ramana Radhakrishnan Subject: [COMMITTED][DOC]Fix an obvious typo in md.texi X-MC-Unique: 115030316051313101 Content-Type: multipart/mixed; boundary="------------090409080708060003090906" X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00147.txt.bz2 This is a multi-part message in MIME format. --------------090409080708060003090906 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Content-length: 343 Hi all, I have just committed this simple and obvious patch to fix a typo for=20 "^" multiple alternative constraints in md.texi. Doc builds Okay. SVN revision link: https://gcc.gnu.org/viewcvs/gcc?view=3Drevision&revision=3D221152 ChangeLog: 2015-03-03 Renlin Li * gcc/doc/md.texi (@item ^): Change ? into ^.= --------------090409080708060003090906 Content-Type: text/x-patch; name=tmp.diff Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="tmp.diff" Content-length: 503 diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index f2c25c2..bc1ec9d 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -1512,7 +1512,7 @@ but if reloading is needed, some other alternative wi= ll be used. @cindex caret @item ^ This constraint is analogous to @samp{?} but it disparages slightly -the alternative only if the operand with the @samp{?} needs a reload. +the alternative only if the operand with the @samp{^} needs a reload. =20 @cindex @samp{$} in constraint @cindex dollar sign= --------------090409080708060003090906--