This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, i386]: Do not compile crtfastmath.c and crtprec.c for soft-float targets


Hello!

There is no point to access FP hardware for soft-float targets.

2013-11-03  Uros Bizjak  <ubizjak@gmail.com>

    * config/i386/crtfastmath.c: Compile only for !_SOFT_FLOAT.
    * config/i386/crtprec.c: Ditto.

Tested on x86_64-pc-linux-gnu, committed to mainline SVN.

Uros.

Attachment: l.diff.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]