From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15929 invoked by alias); 20 Feb 2003 19:13:18 -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 15430 invoked from network); 20 Feb 2003 19:13:16 -0000 Received: from unknown (HELO mx1.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 20 Feb 2003 19:13:16 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h1KJDGN31912 for ; Thu, 20 Feb 2003 14:13:16 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h1KJDGf21983; Thu, 20 Feb 2003 14:13:16 -0500 Received: from dragon (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h1KJDFt15332; Thu, 20 Feb 2003 14:13:15 -0500 Subject: Re: [RFA] V850 patch From: "Martin M. Hunt" To: Andrew Cagney Cc: gdb-patches@sources.redhat.com In-Reply-To: <3E54D1CC.3020108@redhat.com> References: <1045718178.3918.64.camel@Dragon> <3E54D1CC.3020108@redhat.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 20 Feb 2003 19:13:00 -0000 Message-Id: <1045768396.1140.12.camel@Dragon> Mime-Version: 1.0 X-SW-Source: 2003-02/txt/msg00486.txt.bz2 On Thu, 2003-02-20 at 05:02, Andrew Cagney wrote: > > 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? It's about 95% changed. Jim said he started with the patch Miles sent but there were numerous problems and he had to rewrite it. I only see one or two similar lines in the patches. If Miles Bader doesn't have a copyright assignment, we have a problem. > head gnu-nat.c /* Interface GDB to the GNU Hurd. Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GDB. Written by Miles Bader Martin