This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[rfa/arm] Make arm float->double arg pass portable(ish)


Hello,

per discussion in the thread:

http://sources.redhat.com/ml/gdb-patches/2001-06/msg00504.html

this just addresses the ARM.  It uses extract_floating() and 
store_floating() as the conversion functions.  Those go out of their way 
to preserve accuracy.

You'll notice that in the patch I deleted a comment.  The coment was 
simply wrong.  GDB keeps everything in target byte order.

OK?

Now to sort out findvar.c and that HOST_FLOAT_FORMAT stuff :-/

	Andrew



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]