]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/config.host
* config/i386/32/sfp-machine.h (__gcc_CMPtype, CMPtype,
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Jun 2012 17:32:27 +0000 (17:32 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Jun 2012 17:32:27 +0000 (17:32 +0000)
commit2c223cf2ab751aa81dc4bd9caec5cae0bfb78cbb
treed50efe04123885becee1d0784b756e916011f814
parent76cdbc6dbde94274be90528820f1c09b0ef11110
* config/i386/32/sfp-machine.h (__gcc_CMPtype, CMPtype,
_FP_KEEPNANFRACP, _FP_CHOOSENAN, FP_EX_INVALID, FP_EX_DENORM,
FP_EX_DIVZERO, FP_EX_OVERFLOW, FP_EX_UNDERFLOW, FP_EX_INEXACT,
FP_HANDLE_EXCEPTIONS, FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF,
FP_RND_MINF, _FP_DEXL_EX, FP_INIT_ROUNDMODE, FP_ROUNDMODE,
__LITTLE_ENDIAN, __BIG_ENDIAN, strong_alias): Move ...
* config/i386/64/sfp-machine: ... (delete here) ...
* config/i386/sfp-machine.h: ... to here.
(FP_EX_MASK): New.
(__sfp_handle_exceptions): New function declaration.
(FP_HANDLE_EXCEPTIONS): Use __sfp_handle_exceptions.
* config/i386/sfp-exceptions.c: New.
* config/i386/t-softfp: New.
* config.host (i[34567]86-*-* and x86_64-*-* soft-fp targets): Add
i386/t-softfp to tmake_file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188361 138bc75d-0d04-0410-961f-82ee72b054a4
libgcc/ChangeLog
libgcc/config.host
libgcc/config/i386/32/sfp-machine.h
libgcc/config/i386/64/sfp-machine.h
libgcc/config/i386/sfp-exceptions.c [new file with mode: 0644]
libgcc/config/i386/sfp-machine.h
libgcc/config/i386/t-softfp [new file with mode: 0644]