* doublest.h (HOST_FLOAT_FORMAT): Delete macro.
authorAndrew Cagney <cagney@redhat.com>
Sun, 26 Aug 2001 18:46:10 +0000 (18:46 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 26 Aug 2001 18:46:10 +0000 (18:46 +0000)
(HOST_DOUBLE_FORMAT): Delete macro.

gdb/ChangeLog
gdb/doublest.h

index 8c69596a80751ab769b33f49d4236449c0996bb4..8405295de15ecf668592391acea779a4b43c1afd 100644 (file)
@@ -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>
 
        * config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h,
index 2380f160e92ccb16be23197ac0249ab8edf05167..9ccdc6ca5bf6cddf47dcbe3423dcf0ece1fc35c3 100644 (file)
 
 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
This page took 0.027917 seconds and 4 git commands to generate.