aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
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/config
parent1fe2e66a0162b7a86a9764d98d982c6c8e123799 (diff)
downloadfsf-binutils-gdb-cb2f9c9c6754607ae654f36e745bc6d774a321d0.zip
fsf-binutils-gdb-cb2f9c9c6754607ae654f36e745bc6d774a321d0.tar.gz
fsf-binutils-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/config')
-rw-r--r--gdb/config/mips/tm-mips.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h
index ffa5bd4..6a7091a 100644
--- a/gdb/config/mips/tm-mips.h
+++ b/gdb/config/mips/tm-mips.h
@@ -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. */