From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29054 invoked by alias); 11 Mar 2005 10:27:49 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 29000 invoked from network); 11 Mar 2005 10:27:46 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 11 Mar 2005 10:27:46 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j2BARjdt002766 for ; Fri, 11 Mar 2005 05:27:45 -0500 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j2BARdn07809; Fri, 11 Mar 2005 05:27:39 -0500 Received: from [172.31.0.98] (vpnuser4.surrey.redhat.com [172.16.9.4]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id j2BARbpa032566; Fri, 11 Mar 2005 10:27:37 GMT Message-ID: <42317578.6090006@redhat.com> Date: Fri, 11 Mar 2005 10:27:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) MIME-Version: 1.0 To: Zack Weinberg CC: binutils@sources.redhat.com Subject: Re: PATCH: Additional Thumb instructions for ARMv6K References: <87u0nlhb09.fsf@codesourcery.com> <422EEE54.80006@redhat.com> <87psy7l7i8.fsf@codesourcery.com> In-Reply-To: <87psy7l7i8.fsf@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-03/txt/msg00325.txt.bz2 Hi Zack, > This version of the patch drops the NOP changes (except for the > disassembler recognizing 0xbf00 as a Thumb NOP). Will you take this > without corresponding simulator improvements? Yes. > gas: > * config/tc-arm.c (tinsns): Add ARMv6K instructions sev, wfe, > wfi, yield. > opcodes: > * arm-dis.c (thumb_opcodes): Add ARMv6K instructions nop, sev, > wfe, wfi, yield. > gas/testsuite: > * gas/arm/thumbv6k.d, gas/arm/thumbv6k.s: New dump test. > * gas/arm/arm.exp: Run it. Approved - please apply. Cheers Nick