From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Eli Zaretskii Cc: kettenis@wins.uva.nl, gdb-patches@sources.redhat.com Subject: Re: [PATCH] Unify i386 xm.h for FreeBSD and Linux Date: Thu, 02 Aug 2001 10:33:00 -0000 Message-id: <3B698EF4.2070801@cygnus.com> References: <200107311922.f6VJM9j21912@delius.kettenis.local> <200108021520.SAA04555@is.elta.co.il> X-SW-Source: 2001-08/msg00039.html > 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? Just FYI, they moved. They are now in doublest.h. Once the arm-tdep.c code is fixed (patch submitted) the defaults will most likely be deleted. Beyond that, I'm trying to figure out a way of detecting / setting the host FP at runtime. The other (hope) is that someone finds / implements host / target independant FP. Andrew