From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49905 invoked by alias); 18 Dec 2017 13:36:32 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 49887 invoked by uid 89); 18 Dec 2017 13:36:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=HContent-Transfer-Encoding:8bit X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 18 Dec 2017 13:36:31 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D43BE356EC; Mon, 18 Dec 2017 13:36:29 +0000 (UTC) Received: from [10.36.117.211] (ovpn-117-211.ams2.redhat.com [10.36.117.211]) by smtp.corp.redhat.com (Postfix) with ESMTPS id EC4AC6EE59; Mon, 18 Dec 2017 13:36:28 +0000 (UTC) Subject: Re: [PATCH, GAS] Enable conditional Armv8-M instructions To: Thomas Preudhomme , Richard Earnshaw , Alan Modra , "binutils@sourceware.org" References: <0df79b37-ad12-8c76-53fd-fa2a0d30f9bf@foss.arm.com> From: Nick Clifton Message-ID: <38b787b9-543f-7906-c846-49c0e887415c@redhat.com> Date: Mon, 18 Dec 2017 13:36:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <0df79b37-ad12-8c76-53fd-fa2a0d30f9bf@foss.arm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2017-12/txt/msg00153.txt.bz2 Hi Thomas, > 2017-11-13  Thomas Preud'homme  > >     * config/tc-arm.c (insns): Make blxns, bxns, tt, ttt, tta, ttat, vlldm >     and vlstm conditionally executable and reindent parameters. >     * testsuite/gas/arm/archv8m-cmse-main.s: Add conditional version of >     aforementionned instructions. Approved - please apply. Cheers Nick PS. Sorry for the delay in reviewing.