* doublest.h (HOST_FLOAT_FORMAT): Delete macro.
(HOST_DOUBLE_FORMAT): Delete macro.
This commit is contained in:
parent
99e4ae17b9
commit
c16ac28fb3
2 changed files with 5 additions and 16 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2001-08-21 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
|
* doublest.h (HOST_FLOAT_FORMAT): Delete macro.
|
||||||
|
(HOST_DOUBLE_FORMAT): Delete macro.
|
||||||
|
|
||||||
2001-08-24 Mark Kettenis <kettenis@gnu.org>
|
2001-08-24 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h,
|
* config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h,
|
||||||
|
|
|
@ -37,22 +37,6 @@
|
||||||
|
|
||||||
extern const struct floatformat floatformat_unknown;
|
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
|
/* 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
|
necessarily any longer than `double'. On SunOS/gcc, it's the same as
|
||||||
double.) This is necessary because GDB internally converts all floating
|
double.) This is necessary because GDB internally converts all floating
|
||||||
|
|
Loading…
Add table
Reference in a new issue