aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-12-18 06:03:39 +0000
committerAndrew Cagney <cagney@redhat.com>1998-12-18 06:03:39 +0000
commitcb2f9c9c6754607ae654f36e745bc6d774a321d0 (patch)
treec3dfed401dd7d3f5547aaa4296e31092714ab9de /gdb/mips-tdep.c
parent1fe2e66a0162b7a86a9764d98d982c6c8e123799 (diff)
downloadgdb-cb2f9c9c6754607ae654f36e745bc6d774a321d0.zip
gdb-cb2f9c9c6754607ae654f36e745bc6d774a321d0.tar.gz
gdb-cb2f9c9c6754607ae654f36e745bc6d774a321d0.tar.bz2
Missed this file:
* config/mips/tm-mips.h (enum mips_fpu_type, mips_fpu): Move to mips-tdep.c.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r--gdb/mips-tdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c
index 9b84291..23ab531 100644
--- a/gdb/mips-tdep.c
+++ b/gdb/mips-tdep.c
@@ -3366,6 +3366,7 @@ mips_gdbarch_init (info, arches)
&& info.bfd_arch_info->arch == bfd_arch_mips)
switch (info.bfd_arch_info->mach)
{
+ case bfd_mach_mips4100:
case bfd_mach_mips4111:
case bfd_mach_mips4121:
tdep->mips_fpu_type = MIPS_FPU_NONE;