From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25253 invoked by alias); 18 Nov 2014 02:48:27 -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 25241 invoked by uid 89); 18 Nov 2014 02:48:26 -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; Tue, 18 Nov 2014 02:48:24 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Tue, 18 Nov 2014 02:48:22 +0000 Received: from terry-pc01 ([10.164.2.78]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 18 Nov 2014 02:48:19 +0000 Date: Tue, 18 Nov 2014 02:59:00 -0000 From: Terry Guo To: gcc-patches@gcc.gnu.org Cc: gerald@pfeifer.com Subject: [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL Message-ID: <20141118024816.GA27616@terry-pc01> MIME-Version: 1.0 User-Agent: Mutt/1.5.21 (2010-09-15) X-MC-Unique: 114111802482200301 Content-Type: multipart/mixed; boundary="h31gzZEtNLTqOjlF" Content-Disposition: inline X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg02196.txt.bz2 --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-length: 91 Hi there, This patch documents recent Thumb-1 UAL feature in trunk. Is it OK? BR, Terry= --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="document-thumb1-ual-v1.txt" Content-length: 1038 Index: 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.27 diff -u -r1.27 changes.html --- changes.html 17 Nov 2014 20:14:38 -0000 1.27 +++ changes.html 18 Nov 2014 02:42:31 -0000 @@ -368,6 +368,16 @@ =20 =20 +

ARM

+
    +
  • The Thumb-1 assembly code are now generated in unified syntax. = The new option + -masm-syntax-unified can be used to specify whether i= nline 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 f= uture releases. + Eventually the non-unified syntax will be deprecated. +
  • +
+

Operating Systems

=20

DragonFly BSD

= --h31gzZEtNLTqOjlF--