> + /* The widest floating point format supported by the hardware.  Note that
> +    setting this influences some Ada floating point type sizes, currently
> +    required for GNAT to operate properly.  */
> + #define WIDEST_HARDWARE_FP_SIZE 64

I missed this "new" define and will try it.  Perhaps, this should
take account of the situation when TARGET_SOFT_FLOAT is true.  For
example,

#define WIDEST_HARDWARE_FP_SIZE (TARGET_SOFT_FLOAT ? 0 : 64)

Dave
-- 
J. David Anglin                                  [EMAIL PROTECTED]
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

Reply via email to