This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA] add vr4120 to mips-tdep.c


2004-06-11  Martin Hunt  <hunt@redhat.com>

	* mips-tdep.c (mips_gdbarch_init): Recognize vr4120
	has no fpu.

-- 
Martin M. Hunt <hunt@redhat.com>
Red Hat Inc.
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:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]