Re: ping**n re [patch, ARM] Add support for crtfastmath.o

2015-05-06 Thread Ramana Radhakrishnan
On Tue, May 5, 2015 at 6:53 PM, Sandra Loosemore wrote: > This patch I posted last fall: > > https://gcc.gnu.org/ml/gcc-patches/2014-11/msg00711.html > > still has not been reviewed, in spite of me pinging it several times before > GCC 5 went into stage 4. Now that we're back in stage 1 again, ca

ping**n re [patch, ARM] Add support for crtfastmath.o

2015-05-05 Thread Sandra Loosemore
This patch I posted last fall: https://gcc.gnu.org/ml/gcc-patches/2014-11/msg00711.html still has not been reviewed, in spite of me pinging it several times before GCC 5 went into stage 4. Now that we're back in stage 1 again, can somebody please take a look at it? I've just re-tested it on

Re: [ping**3] Re: [patch, ARM] Add support for crtfastmath.o

2015-01-08 Thread Sandra Loosemore
On 12/17/2014 03:21 PM, Sandra Loosemore wrote: On 12/07/2014 01:52 PM, Sandra Loosemore wrote: On 11/08/2014 08:57 AM, Sandra Loosemore wrote: 2014-11-08 Sandra Loosemore Chris Jones Joshua Conner gcc/ * config/arm/unknown-elf.h (STARTFILE_SPEC): Add condit

[ping**2] Re: [patch, ARM] Add support for crtfastmath.o

2014-12-17 Thread Sandra Loosemore
On 12/07/2014 01:52 PM, Sandra Loosemore wrote: On 11/08/2014 08:57 AM, Sandra Loosemore wrote: 2014-11-08 Sandra Loosemore Chris Jones Joshua Conner gcc/ * config/arm/unknown-elf.h (STARTFILE_SPEC): Add conditional linking of crtfastmath.o. * confi

Re: [patch, ARM] Add support for crtfastmath.o

2014-12-07 Thread Sandra Loosemore
On 11/08/2014 08:57 AM, Sandra Loosemore wrote: 2014-11-08 Sandra Loosemore Chris Jones Joshua Conner gcc/ * config/arm/unknown-elf.h (STARTFILE_SPEC): Add conditional linking of crtfastmath.o. * config/arm/linux-eabi.h (STARTFILE_SPEC): Likewise.

[patch, ARM] Add support for crtfastmath.o

2014-11-08 Thread Sandra Loosemore
This patch adds support to the ARM backend to avoid denormals by setting the VFP flush-to-zero bit when linking with -ffast-math and similar options. The mechanism used to accomplish this is a constructor in libgcc that is conditionally linked in via STARTFILE_SPEC; it's basically identical to