From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25547 invoked by alias); 2 Jan 2009 16:20:43 -0000 Received: (qmail 25518 invoked by uid 22791); 2 Jan 2009 16:20:41 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_05,J_CHICKENPOX_33,KAM_MX,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 02 Jan 2009 16:20:06 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n02GK2Ea032140; Fri, 2 Jan 2009 11:20:03 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n02GK1Pf015624; Fri, 2 Jan 2009 11:20:01 -0500 Received: from [10.32.10.35] (vpn-10-35.str.redhat.com [10.32.10.35]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n02GJxQg011121; Fri, 2 Jan 2009 11:20:00 -0500 Message-ID: <495E3E6D.8040207@redhat.com> Date: Fri, 02 Jan 2009 16:20:00 -0000 From: Nick Clifton User-Agent: Thunderbird 2.0.0.18 (X11/20081119) MIME-Version: 1.0 To: Hans-Peter Nilsson CC: brolley@redhat.com, gdb-patches@sourceware.org, cgen@sourceware.org, binutils@sourceware.org Subject: Re: [RFA:] CGEN sim operation extension fix; frv adjustment needed. References: <200812232159.mBNLxC9d004458@ignucius.se.axis.com> In-Reply-To: <200812232159.mBNLxC9d004458@ignucius.se.axis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org X-SW-Source: 2009-q1/txt/msg00001.txt.bz2 Hi Hans-Peter, > src/cpu: > * frv.cpu (mabshs): Explicitly sign-extend arguments of abs to DI. > (DI-ext-HI, DI-ext-UHI, DI-ext-DI): New pmacros. > (media-arith-sat-semantics): Explicitly sign- or zero-extend > arguments of "operation" to DI using "mode" and the new pmacros. Approved - please apply. Cheers Nick