* config/i386/xm-i386.h (HOST_BYTE_ORDER): Removed.
authorMark Kettenis <kettenis@gnu.org>
Thu, 30 Aug 2001 21:53:47 +0000 (21:53 +0000)
committerMark Kettenis <kettenis@gnu.org>
Thu, 30 Aug 2001 21:53:47 +0000 (21:53 +0000)
gdb/ChangeLog
gdb/config/i386/xm-i386.h

index a2854c9..68ce58a 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Mark Kettenis  <kettenis@gnu.org>
+
+       * config/i386/xm-i386.h (HOST_BYTE_ORDER): Removed.
+
 2001-08-29  Kevin Buettner  <kevinb@redhat.com>
 
        From 2001-08-07  Daniel Jacobowitz  <drow@mvista.com>:
index c7d92c9..151e7a6 100644 (file)
 
 #include "floatformat.h"
 
-/* FIXME: kettenis/2001-07-29: Get rid of HOST_BYTE_ORDER when Andrew
-   has erradicated it from the sources.  */
-#define HOST_BYTE_ORDER LITTLE_ENDIAN
-
 #define HOST_FLOAT_FORMAT &floatformat_ieee_single_little
 #define HOST_DOUBLE_FORMAT &floatformat_ieee_double_little
 #define HOST_LONG_DOUBLE_FORMAT &floatformat_i387_ext