diff options
author | Martin Hunt <hunt@redhat.com> | 2004-06-11 19:34:29 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 2004-06-11 19:34:29 +0000 |
commit | a9d61c86001ed4fe7915ded6034a5ba12d6b53b2 (patch) | |
tree | 708ad700f904ef314208b59c36cf769bd214d095 /gdb/mips-tdep.c | |
parent | b8fc22bc53e268a4c35a64f702f8de8a4c009151 (diff) | |
download | gdb-a9d61c86001ed4fe7915ded6034a5ba12d6b53b2.zip gdb-a9d61c86001ed4fe7915ded6034a5ba12d6b53b2.tar.gz gdb-a9d61c86001ed4fe7915ded6034a5ba12d6b53b2.tar.bz2 |
2004-06-11 Martin Hunt <hunt@redhat.com>
* mips-tdep.c (mips_gdbarch_init): Recognize vr4120
has no fpu.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r-- | gdb/mips-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index f750e81..b0fa206 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: |