diff options
Diffstat (limited to 'gdb/doublest.h')
-rw-r--r-- | gdb/doublest.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/doublest.h b/gdb/doublest.h index 692280d..2380f16 100644 --- a/gdb/doublest.h +++ b/gdb/doublest.h @@ -53,10 +53,6 @@ extern const struct floatformat floatformat_unknown; #endif #endif -#ifndef HOST_LONG_DOUBLE_FORMAT -#define HOST_LONG_DOUBLE_FORMAT &floatformat_unknown -#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 |