From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa/arm] Remove HOST_BYTE_ORDER from arm-tdep.c Date: Thu, 28 Jun 2001 22:52:00 -0000 Message-id: <3B3C175A.5060908@cygnus.com> References: <3B3C10F1.7060702@cygnus.com> X-SW-Source: 2001-06/msg00503.html Withdrawn, it had an obvious bug: > ! val = alloca (len); > ! floatformat_to_doublest (TARGET_FLOAT_FORMAT, val, &d); it extracted the value from garbage on the stack :-( Andrew