This is the mail archive of the
gdb@sourceware.cygnus.com
mailing list for the GDB project.
COERCE_FLOAT_TO_DOUBLE
- To: gdb at sourceware dot cygnus dot com
- Subject: COERCE_FLOAT_TO_DOUBLE
- From: Eli Zaretskii <eliz at delorie dot com>
- Date: Sun, 5 Mar 2000 03:36:16 -0500 (EST)
The comments about COERCE_FLOAT_TO_DOUBLE in valops.c seem to suggest
that every modern architecture should define it to
standard_coerce_float_to_double. I was about to add that definition
to tm-go32.h when I noticed that none of the other i386 targets,
including linux native, does that--they all use the default
definition.
Shouldn't most/all i386 targets, at least those which use GCC, use
standard_coerce_float_to_double?