From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: eliz@is.elta.co.il Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Unify i386 xm.h for FreeBSD and Linux Date: Thu, 02 Aug 2001 11:14:00 -0000 Message-id: <200108021814.f72IEsk03572@delius.kettenis.local> References: <200107311922.f6VJM9j21912@delius.kettenis.local> <200108021520.SAA04555@is.elta.co.il> X-SW-Source: 2001-08/msg00041.html Date: Thu, 2 Aug 2001 18:20:34 +0300 (IDT) From: Eli Zaretskii Btw, why did you decide to define HOST_FLOAT_FORMAT and HOST_DOUBLE_FORMAT explicitly? The defaults are on defs.h, and they are identical to what you did. Any reason for that? Yep. Andrew wants to get rid of HOST_BYTE_ORDER, and therefore the code that sets the defaults for HOST_FLOAT_FORMAT and HOST_DOUBLE_FORMAT will disappear. Mark