From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11984 invoked by alias); 11 Jun 2004 19:01:34 -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 11977 invoked from network); 11 Jun 2004 19:01:33 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 11 Jun 2004 19:01:33 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i5BJ1Xi5031512 for ; Fri, 11 Jun 2004 15:01:33 -0400 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 i5BJ1X016807 for ; Fri, 11 Jun 2004 15:01:33 -0400 Received: from hunt.cipe.redhat.com (hunt.cipe.redhat.com [10.0.0.52]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i5BJ1WVN001017 for ; Fri, 11 Jun 2004 15:01:32 -0400 Subject: [RFA] add vr4120 to mips-tdep.c From: "Martin M. Hunt" To: gdb-patches@sources.redhat.com Content-Type: multipart/mixed; boundary="=-DrJdch72codC6fVRLEFc" Organization: Red Hat Inc. Message-Id: <1086980491.5509.2.camel@hunt.cipe.redhat.com> Mime-Version: 1.0 Date: Fri, 11 Jun 2004 19:01:00 -0000 X-SW-Source: 2004-06/txt/msg00276.txt.bz2 --=-DrJdch72codC6fVRLEFc Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-length: 161 2004-06-11 Martin Hunt * mips-tdep.c (mips_gdbarch_init): Recognize vr4120 has no fpu. -- Martin M. Hunt Red Hat Inc. --=-DrJdch72codC6fVRLEFc Content-Disposition: attachment; filename=4120.patch Content-Type: text/x-patch; name=4120.patch; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 535 Index: mips-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/mips-tdep.c,v retrieving revision 1.296 diff -u -p -u -r1.296 mips-tdep.c --- mips-tdep.c 10 Jun 2004 13:22:06 -0000 1.296 +++ mips-tdep.c 11 Jun 2004 18:59:36 -0000 @@ -5516,6 +5516,7 @@ mips_gdbarch_init (struct gdbarch_info i case bfd_mach_mips3900: case bfd_mach_mips4100: case bfd_mach_mips4111: + case bfd_mach_mips4120: fpu_type = MIPS_FPU_NONE; break; case bfd_mach_mips4650: --=-DrJdch72codC6fVRLEFc--