From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19847 invoked by alias); 26 Feb 2010 15:58:33 -0000 Received: (qmail 19830 invoked by uid 22791); 26 Feb 2010 15:58:32 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 26 Feb 2010 15:58:29 +0000 Received: (qmail 25048 invoked from network); 26 Feb 2010 15:58:27 -0000 Received: from unknown (HELO ?192.168.2.124?) (jie@127.0.0.2) by mail.codesourcery.com with ESMTPA; 26 Feb 2010 15:58:27 -0000 Message-ID: <4B87EF9F.2050102@codesourcery.com> Date: Fri, 26 Feb 2010 16:58:00 -0000 From: Jie Zhang User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100216 Thunderbird/3.0.2 MIME-Version: 1.0 To: Nick Clifton CC: binutils@sourceware.org Subject: Re: [RFA] Make ARM GAS accept valid strexd instruction References: <4B87A2B5.7040803@codesourcery.com> <4B87E3F6.7070806@redhat.com> In-Reply-To: <4B87E3F6.7070806@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2010-02/txt/msg00507.txt.bz2 On 02/26/2010 11:08 PM, Nick Clifton wrote: > Hi Jie, > > > 2010-02-26 Jie Zhang > > > > * config/tc-arm.c (do_t_strexd): Remove > > operand[1] != operand[2] contraint. > > > > testsuite/ > > * gas/arm/thumb32.s, gas/arm/thumb32.d: Add a new test > > for strexd. > > * gas/arm/thumb32.l: Adjust. > > Approved - please apply. > Committed. Thanks. Jie