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

* mips-tdep.c (mips_gdbarch_init): Recognize vr4120
	has no fpu.
This commit is contained in:
Martin Hunt 2004-06-11 19:34:29 +00:00
parent b8fc22bc53
commit a9d61c8600
2 changed files with 6 additions and 0 deletions

View 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.

View 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: