Re: Remove SF_SIZE etc. target macros

2014-09-08 Thread Richard Biener
On Sat, Sep 6, 2014 at 12:07 AM, Joseph S. Myers wrote: > This patch replaces the target macros SF_SIZE, DF_SIZE, XF_SIZE and > TF_SIZE, used to tell libgcc the number of bits in the mantissas of > floating-point modes, with __LIBGCC_SF_MANT_DIG__ etc. macros defined > if -fbuilding-libgcc for all

Remove SF_SIZE etc. target macros

2014-09-05 Thread Joseph S. Myers
This patch replaces the target macros SF_SIZE, DF_SIZE, XF_SIZE and TF_SIZE, used to tell libgcc the number of bits in the mantissas of floating-point modes, with __LIBGCC_SF_MANT_DIG__ etc. macros defined if -fbuilding-libgcc for all floating-point modes. Various libgcc logic to determine default