From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from orcam.me.uk (unknown [157.25.102.26]) by sourceware.org (Postfix) with ESMTP id ACAEA386101C for ; Wed, 30 Sep 2020 18:18:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org ACAEA386101C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=linux-mips.org Authentication-Results: sourceware.org; spf=none smtp.mailfrom=macro@linux-mips.org Received: from bugs.linux-mips.org (eddie.linux-mips.org [IPv6:2a01:4f8:201:92aa::3]) by orcam.me.uk (Postfix) with ESMTPS id 58F6B2BE086; Wed, 30 Sep 2020 19:18:08 +0100 (BST) Date: Wed, 30 Sep 2020 19:18:05 +0100 (BST) From: "Maciej W. Rozycki" To: Nick Clifton cc: binutils@sourceware.org Subject: Re: Commit: Gas: Add .nop directive. In-Reply-To: <87d02oe6h4.fsf@redhat.com> Message-ID: References: <87d02oe6h4.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Sep 2020 18:18:11 -0000 On Mon, 14 Sep 2020, Nick Clifton via Binutils wrote: > Fact 1 is important as it allows the directive to be used to generate > architecture neutral test cases containing real instructions. Indeed, and I bet some of our test cases can be cleaned up to use the new pseudo-op now. ISTR making such test cases myself. Thanks for the idea and implementation. Maciej