mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 23:34:02 +08:00
2004-06-11 Martin Hunt <hunt@redhat.com>
* mips-tdep.c (mips_gdbarch_init): Recognize vr4120 has no fpu.
This commit is contained in:
parent
b8fc22bc53
commit
a9d61c8600
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user