summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>2004-06-11 19:34:29 +0000
committerMartin Hunt <hunt@redhat.com>2004-06-11 19:34:29 +0000
commit4b620353c4de2d088e64c17fc73390331b5e008f (patch)
tree7b1e13e11415ffd52a2adbbc5a0b868328d36a73
parent8ed444119e98e77fb02391681951681d44987496 (diff)
downloadgdb-4b620353c4de2d088e64c17fc73390331b5e008f.tar.gz
2004-06-11 Martin Hunt <hunt@redhat.com>
* mips-tdep.c (mips_gdbarch_init): Recognize vr4120 has no fpu.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/mips-tdep.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ef8bf1622e1..e6fb978ea1f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c
index f750e81912e..b0fa206a749 100644
--- a/gdb/mips-tdep.c
+++ b/gdb/mips-tdep.c
@@ -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: