From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56109 invoked by alias); 24 Apr 2017 13:07:45 -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 56042 invoked by uid 89); 24 Apr 2017 13:07:41 -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,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Explain 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, 24 Apr 2017 13:07:41 +0000 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B5C89C059758; Mon, 24 Apr 2017 13:07:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B5C89C059758 Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=nickc@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com B5C89C059758 Received: from [10.36.117.196] (ovpn-117-196.ams2.redhat.com [10.36.117.196]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 90D5088F00; Mon, 24 Apr 2017 13:07:40 +0000 (UTC) Subject: Re: [PATCH, GAS/ARM] Fix expansion of ldr pseudo instruction To: Thomas Preudhomme , Richard Earnshaw , Alan Modra , binutils@sourceware.org References: <0a39721c-906b-677d-b156-81daa05fac09@foss.arm.com> From: Nick Clifton Message-ID: Date: Mon, 24 Apr 2017 13:07:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <0a39721c-906b-677d-b156-81daa05fac09@foss.arm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00205.txt.bz2 Hi Thomas, > 2017-04-20 Thomas Preud'homme > > * config/tc-arm.c (move_or_literal_pool): Remove code generating MOVS. > Forbid MOV.W and MOVW if destination is SP or PC. > * testsuite/gas/arm/thumb2_ldr_immediate_highregs_armv6t2.s: Explain > expectation of LDR not generating a MOVS for low registers and small > constants. Add tests of MOVW generation. > * testsuite/gas/arm/thumb2_ldr_immediate_highregs_armv6t2.d: Update > expected disassembly. Approved - please apply. Cheers Nick