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
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
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
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
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.
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