From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: gdb-patches@sources.redhat.com Subject: [rfa/arm] Remove HOST_BYTE_ORDER from arm-tdep.c Date: Thu, 28 Jun 2001 22:24:00 -0000 Message-id: <3B3C10F1.7060702@cygnus.com> X-SW-Source: 2001-06/msg00501.html Hello, The attatched patch eliminates the use of HOST_BYTE_ORDER in the file arm-tdep.c. In the process I think it rewrites the float->double code in a more portable way. Given I don't have an ARM toolchain handy it still needs testing :-/ Andrew