2004-06-11 Martin Hunt <hunt@redhat.com>
authorMartin Hunt <hunt@redhat.com>
Fri, 11 Jun 2004 19:34:29 +0000 (19:34 +0000)
committerMartin Hunt <hunt@redhat.com>
Fri, 11 Jun 2004 19:34:29 +0000 (19:34 +0000)
* mips-tdep.c (mips_gdbarch_init): Recognize vr4120
has no fpu.

gdb/ChangeLog
gdb/mips-tdep.c

index ef8bf16..e6fb978 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-11  Martin Hunt  <hunt@redhat.com>
+
+       * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
+       has no fpu.
+
 2004-06-10  Andrew Cagney  <cagney@gnu.org>
 
        * blockframe.c (legacy_inside_entry_func): Delete.
index f750e81..b0fa206 100644 (file)
@@ -5516,6 +5516,7 @@ mips_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
       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: