From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19970 invoked by alias); 20 Feb 2003 12:57:23 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 19963 invoked from network); 20 Feb 2003 12:57:22 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 20 Feb 2003 12:57:22 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id DA07D2ED1; Thu, 20 Feb 2003 08:02:04 -0500 (EST) Message-ID: <3E54D1CC.3020108@redhat.com> Date: Thu, 20 Feb 2003 12:57:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.0.2) Gecko/20030217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Martin M. Hunt" Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] V850 patch References: <1045718178.3918.64.camel@Dragon> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00474.txt.bz2 > I'm submitting this for Jim Wilson. It is a revised patch > of the one submitted by Miles Bader for GDB PR #870. > > I have verified it applies cleanly to the current CVS head and > seems to fix the problems it claims. There are no testsuite regressions. > > 2003-01-08 Miles Bader > Jim Wilson > > * v850-tdep.c (v850_scan_prologue): Handle six byte instructions. > Correctly sign-extend insn2. Use insn2 as well as insn to recognize > insns where appropriate (some insns only differ in the second 16-bit > word). Handle mov imm5,r12 and mov imm32,r12. > FYI, while Jim has an assignment. Miles doesn't :-( Do you know how `revised' it is? Andrew