summaryrefslogtreecommitdiff
path: root/gdb/findvar.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-02-10 02:47:12 +0000
committerAndrew Cagney <cagney@redhat.com>2002-02-10 02:47:12 +0000
commit241fcee147cf8f2e426ee99cf3cef579e3ed599d (patch)
tree42afd546a221e507e7d78e528b770a1d17f2ce4f /gdb/findvar.c
parent778689a1945807d822ec24271b050244175588ea (diff)
downloadgdb-241fcee147cf8f2e426ee99cf3cef579e3ed599d.tar.gz
* gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
default_double_format. * gdbarch.h, gdbarch.c: Re-generate. * findvar.c (floatformat_unknown): Delete variable definition. * doublest.h (floatformat_unknown): Delete variable declaration.
Diffstat (limited to 'gdb/findvar.c')
-rw-r--r--gdb/findvar.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/findvar.c b/gdb/findvar.c
index c7b2a63d331..3a160a3597b 100644
--- a/gdb/findvar.c
+++ b/gdb/findvar.c
@@ -34,12 +34,6 @@
#include "symfile.h" /* for overlay functions */
#include "regcache.h"
-/* This is used to indicate that we don't know the format of the floating point
- number. Typically, this is useful for native ports, where the actual format
- is irrelevant, since no conversions will be taking place. */
-
-const struct floatformat floatformat_unknown;
-
/* Basic byte-swapping routines. GDB has needed these for a long time...
All extract a target-format integer at ADDR which is LEN bytes long. */