diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-08-26 18:46:10 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-08-26 18:46:10 +0000 |
commit | c16ac28fb34a5d5542a07751a82066b507dec0e7 (patch) | |
tree | 281d95001607a10f5223711f734b86a756a97101 /gdb/doublest.h | |
parent | 99e4ae17b92a887d5832d39f70ab865193cabb4f (diff) | |
download | gdb-c16ac28fb34a5d5542a07751a82066b507dec0e7.zip gdb-c16ac28fb34a5d5542a07751a82066b507dec0e7.tar.gz gdb-c16ac28fb34a5d5542a07751a82066b507dec0e7.tar.bz2 |
* doublest.h (HOST_FLOAT_FORMAT): Delete macro.
(HOST_DOUBLE_FORMAT): Delete macro.
Diffstat (limited to 'gdb/doublest.h')
-rw-r--r-- | gdb/doublest.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gdb/doublest.h b/gdb/doublest.h index 2380f16..9ccdc6c 100644 --- a/gdb/doublest.h +++ b/gdb/doublest.h @@ -37,22 +37,6 @@ extern const struct floatformat floatformat_unknown; -#if HOST_BYTE_ORDER == BIG_ENDIAN -#ifndef HOST_FLOAT_FORMAT -#define HOST_FLOAT_FORMAT &floatformat_ieee_single_big -#endif -#ifndef HOST_DOUBLE_FORMAT -#define HOST_DOUBLE_FORMAT &floatformat_ieee_double_big -#endif -#else /* LITTLE_ENDIAN */ -#ifndef HOST_FLOAT_FORMAT -#define HOST_FLOAT_FORMAT &floatformat_ieee_single_little -#endif -#ifndef HOST_DOUBLE_FORMAT -#define HOST_DOUBLE_FORMAT &floatformat_ieee_double_little -#endif -#endif - /* 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 |