]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/config.host
sfp-machine.h (__gcc_CMPtype, [...]): Move ...
authorUros Bizjak <ubizjak@gmail.com>
Sat, 9 Jun 2012 17:32:27 +0000 (19:32 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sat, 9 Jun 2012 17:32:27 +0000 (19:32 +0200)
commit492fbea1624fb5b754c2abc978e3275c576b4ba8
treed50efe04123885becee1d0784b756e916011f814
parent11a687e750e810ac085dfda840ce10f73ee2ce81
sfp-machine.h (__gcc_CMPtype, [...]): Move ...

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

From-SVN: r188361
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]