]> gcc.gnu.org Git - gcc.git/commit
(TARGET_FLOAT_RETURNS_IN_80387): New macro.
authorJames Van Artsdalen <jrv@gnu.org>
Mon, 31 Aug 1992 07:06:56 +0000 (07:06 +0000)
committerJames Van Artsdalen <jrv@gnu.org>
Mon, 31 Aug 1992 07:06:56 +0000 (07:06 +0000)
commit8c2bf92af150355c9bf356fd57a0a4438bdeb2d4
treed24b420eb4031641c7aa882611437a7a000f5cbd
parentbbda1b9c4a004f8174adfb0500a6d728d4d9579c
(TARGET_FLOAT_RETURNS_IN_80387): New macro.

(TARGET_SWITCHES): Add "no-80387", "no-soft-float", "fp-ret-in-387", and
"no-fp-ret-in-387".
Change no* switches to no-*.
(CONDITIONAL_REGISTER_USAGE): Make 387 regs fixed if the 387 is not used
at all.
(REG_CLASS_FROM_LETTER): Constraint letters 'f', 't' and 'u' are NO_REGS
if the 387 is not used.
(TRAMPOLINE_TEMPLATE): Use GEN_INT to generate const_int rtx.

From-SVN: r2001
gcc/config/i386/i386.h
This page took 0.0587299999999999 seconds and 5 git commands to generate.