aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorJames Greenhalgh <james.greenhalgh@arm.com>2016-11-23 17:24:28 +0000
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>2016-11-23 17:24:28 +0000
commit8f23c89a5fd677301137917b2658e564f770acd5 (patch)
treef8639dd9c19a21d1ba8caae85c96c5178d455d9b /gcc/system.h
parent56d8ffc170912cb1dee5900799acaf5d4857fde9 (diff)
downloadgcc-8f23c89a5fd677301137917b2658e564f770acd5.zip
gcc-8f23c89a5fd677301137917b2658e564f770acd5.tar.gz
gcc-8f23c89a5fd677301137917b2658e564f770acd5.tar.bz2
[Patch 7/17] Delete TARGET_FLT_EVAL_METHOD and poison it.
gcc/ * config/s390/s390.h (TARGET_FLT_EVAL_METHOD): Delete. * config/m68k/m68k.h (TARGET_FLT_EVAL_METHOD): Delete. * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Delete. * defaults.h (TARGET_FLT_EVAL_METHOD): Delete. * doc/tm.texi.in (TARGET_FLT_EVAL_METHOD): Delete. * doc/tm.texi: Regenerate. * system.h (TARGET_FLT_EVAL_METHOD): Poison. From-SVN: r242777
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 3e12017..cf86235 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -902,7 +902,7 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
ASM_BYTE_OP MEMBER_TYPE_FORCES_BLK LIBGCC2_HAS_SF_MODE \
LIBGCC2_HAS_DF_MODE LIBGCC2_HAS_XF_MODE LIBGCC2_HAS_TF_MODE \
CLEAR_BY_PIECES_P MOVE_BY_PIECES_P SET_BY_PIECES_P \
- STORE_BY_PIECES_P
+ STORE_BY_PIECES_P TARGET_FLT_EVAL_METHOD
/* Target macros only used for code built for the target, that have
moved to libgcc-tm.h or have never been present elsewhere. */