diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-10 02:47:12 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-10 02:47:12 +0000 |
commit | 2fa5c1e0486475cf585c7ab013fe08f20676ccdd (patch) | |
tree | 351a1bf62f139e6c968cd12934e3ef7e22403a98 /gdb/doublest.h | |
parent | 0a9c1c8e0cb400a382039931cbef431bb0b312a1 (diff) | |
download | gdb-2fa5c1e0486475cf585c7ab013fe08f20676ccdd.zip gdb-2fa5c1e0486475cf585c7ab013fe08f20676ccdd.tar.gz gdb-2fa5c1e0486475cf585c7ab013fe08f20676ccdd.tar.bz2 |
* 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/doublest.h')
-rw-r--r-- | gdb/doublest.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/doublest.h b/gdb/doublest.h index 0beeb9b..920d702 100644 --- a/gdb/doublest.h +++ b/gdb/doublest.h @@ -35,8 +35,6 @@ #include "floatformat.h" /* For struct floatformat */ -extern const struct floatformat floatformat_unknown; - /* Use `long double' if the host compiler supports it. (Note that this is not necessarily any longer than `double'. On SunOS/gcc, it's the same as double.) This is necessary because GDB internally converts all floating |