From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: gdb-patches@sources.redhat.com Subject: [PATCH] Get rid of HOST_BYTE_ORDER Date: Thu, 30 Aug 2001 14:55:00 -0000 Message-id: <200108302154.f7ULstR24142@delius.kettenis.local> X-SW-Source: 2001-08/msg00311.html Checked in. Mark Index: ChangeLog from Mark Kettenis * config/i386/xm-i386.h (HOST_BYTE_ORDER): Removed. Index: config/i386/xm-i386.h =================================================================== RCS file: /cvs/src/src/gdb/config/i386/xm-i386.h,v retrieving revision 1.1 diff -u -p -r1.1 xm-i386.h --- config/i386/xm-i386.h 2001/07/31 19:22:57 1.1 +++ config/i386/xm-i386.h 2001/08/30 21:51:28 @@ -23,10 +23,6 @@ #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