From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21054 invoked by alias); 20 Nov 2014 09:05:10 -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 21044 invoked by uid 89); 20 Nov 2014 09:05:09 -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; Thu, 20 Nov 2014 09:05:03 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Thu, 20 Nov 2014 09:05:00 +0000 Received: from shawin252 ([10.164.6.143]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 20 Nov 2014 09:05:00 +0000 From: "Terry Guo" To: Cc: , "Kyrylo Tkachov" , References: <20141118024816.GA27616@terry-pc01> <546B60D1.80002@arm.com> In-Reply-To: <546B60D1.80002@arm.com> Subject: RE: [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL Date: Thu, 20 Nov 2014 09:24:00 -0000 Message-ID: <001b01d004a1$0a7c52f0$1f74f8d0$@arm.com> MIME-Version: 1.0 X-MC-Unique: 114112009050002501 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg02627.txt.bz2 > -----Original Message----- > From: Kyrill Tkachov [mailto:kyrylo.tkachov@arm.com] > Sent: Tuesday, November 18, 2014 11:08 PM > To: Terry Guo; gcc-patches@gcc.gnu.org > Cc: gerald@pfeifer.com > Subject: Re: [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL >=20 >=20 > On 18/11/14 02:48, Terry Guo wrote: > > +
    > > +
  • The Thumb-1 assembly code are now generated in unified syntax. > The new option > > + -masm-syntax-unified can be used to specify whether > inline assembly > > + code are using unified syntax. By default the option is off which > means > > + non-unified syntax is used. However this is subject to change in future > releases. > > + Eventually the non-unified syntax will be deprecated. > > +
  • > > +
> Hi Terry, >=20 > Sorry for the late comment, I see this has already been committed. >=20 > I think it should be "assembly code is now generated". > Also "whether inline assembly code is using unified syntax". >=20 > Kyrill Thanks for comments. I committed below patch to fix those typos. BR, Terry Index: htdocs/gcc-5/changes.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.39 diff -u -r1.39 changes.html --- htdocs/gcc-5/changes.html 19 Nov 2014 12:13:00 -0000 1.39 +++ htdocs/gcc-5/changes.html 20 Nov 2014 03:48:26 -0000 @@ -387,9 +387,9 @@ =20

ARM

    -
  • The Thumb-1 assembly code are now generated in unified syntax. The new option +
  • The Thumb-1 assembly code is now generated in unified syntax. The new option -masm-syntax-unified can be used to specify whether inline assembly - code are using unified syntax. By default the option is off which means + code is using unified syntax. By default the option is off which means non-unified syntax is used. However this is subject to change in future releases. Eventually the non-unified syntax will be deprecated.