From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86249 invoked by alias); 10 Apr 2015 21:48:14 -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 86210 invoked by uid 89); 10 Apr 2015 21:48:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 10 Apr 2015 21:48:09 +0000 Received: from tuna.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 8E5513F445; Fri, 10 Apr 2015 17:48:06 -0400 (EDT) Date: Fri, 10 Apr 2015 21:48:00 -0000 From: Gerald Pfeifer To: Terry Guo cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL In-Reply-To: <20141118024816.GA27616@terry-pc01> Message-ID: References: <20141118024816.GA27616@terry-pc01> MIME-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Disposition: INLINE X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00480.txt.bz2 Hi Terry, I went ahead and committed some small changes to the description of -masm-syntax-unified. Let me know if you disagree or would like to see further changes. Gerald Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.101 diff -u -r1.101 changes.html --- changes.html 9 Apr 2015 23:30:47 -0000 1.101 +++ changes.html 10 Apr 2015 21:47:01 -0000 @@ -636,8 +636,8 @@

ARM

    -
  • 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 +
  • Thumb-1 assembly code is now generated in unified syntax. The new option + -masm-syntax-unified specifies whether inline assembly 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.