Missed this file:
authorAndrew Cagney <cagney@redhat.com>
Fri, 18 Dec 1998 06:03:39 +0000 (06:03 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 18 Dec 1998 06:03:39 +0000 (06:03 +0000)
* config/mips/tm-mips.h (enum mips_fpu_type, mips_fpu): Move to
mips-tdep.c.

gdb/config/mips/tm-mips.h
gdb/mips-tdep.c

index ffa5bd4c52cbb4877826b0d6f9fce2395ef0e29e..6a7091a5282d2052017b5a1b54e9dac94e96a5b6 100644 (file)
@@ -61,20 +61,6 @@ struct value;
 /* Floating point is IEEE compliant */
 #define IEEE_FLOAT
 
-/* Some MIPS boards are provided both with and without a floating
-   point coprocessor.  The MIPS R4650 chip has only single precision
-   floating point.  We provide a user settable variable to tell gdb
-   what type of floating point to use.  */
-
-enum mips_fpu_type
-{
-  MIPS_FPU_DOUBLE,     /* Full double precision floating point.  */
-  MIPS_FPU_SINGLE,     /* Single precision floating point (R4650).  */
-  MIPS_FPU_NONE                /* No floating point.  */
-};
-
-extern enum mips_fpu_type mips_fpu;
-
 /* The name of the usual type of MIPS processor that is in the target
    system.  */
 
index 9b84291aec5544a8477db5d2fe554d2834c97be7..23ab53103cae528c09a5be2adaa24f1f3c7671ba 100644 (file)
@@ -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;
This page took 0.035997 seconds and 4 git commands to generate.