aboutsummaryrefslogtreecommitdiff
path: root/gcc/defaults.h
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2016-12-09 12:53:10 +0100
committerYvan Roux <yvan.roux@linaro.org>2016-12-12 10:11:35 +0000
commit6f257a40c639590a803698395ea28f2e17e07b27 (patch)
treed73a5c7edee4edd4ea8a2c2599d340ab0bc1cd92 /gcc/defaults.h
parent727ef6e852840ec9a0656a676a8bd9a9349247dd (diff)
gcc/
Backport from trunk r240614. 2016-09-29 James Greenhalgh <james.greenhalgh@arm.com> * defaults.h (TARGET_FLT_EVAL_METHOD_NON_DEFAULT): Remove. * system.h (TARGET_FLT_EVAL_METHOD_NON_DEFAULT): Poison. gcc/ada/ Backport from trunk r240614. 2016-09-29 James Greenhalgh <james.greenhalgh@arm.com> * gcc-interface/misc.c (gnat_post_options): Remove special case for TARGET_FLT_EVAL_METHOD_NON_DEFAULT with -fexcess-precision=standard. gcc/c-family/ Backport from trunk r240614. 2016-09-29 James Greenhalgh <james.greenhalgh@arm.com> * c-opts.c (c_common_post_options): Remove special case for TARGET_FLT_EVAL_METHOD_NON_DEFAULT with -fexcess-precision=standard in C++. gcc/fortran/ Backport from trunk r240614. 2016-09-29 James Greenhalgh <james.greenhalgh@arm.com> * options.c (gfc_post_options): Remove special case for TARGET_FLT_EVAL_METHOD_NON_DEFAULT with -fexcess-precision=standard. gcc/java/ Backport from trunk r240614. 2016-09-29 James Greenhalgh <james.greenhalgh@arm.com> * lang.c (java_post_options): Remove special case for TARGET_FLT_EVAL_METHOD_NON_DEFAULT with -fexcess-precision=standard. Change-Id: Ibed9daab2babc566ab0213077e682be5b40c28b1
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r--gcc/defaults.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h
index 3e18338c99a..2f9eb094890 100644
--- a/gcc/defaults.h
+++ b/gcc/defaults.h
@@ -971,11 +971,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#define REG_WORDS_BIG_ENDIAN WORDS_BIG_ENDIAN
#endif
-#ifdef TARGET_FLT_EVAL_METHOD
-#define TARGET_FLT_EVAL_METHOD_NON_DEFAULT 1
-#else
+#ifndef TARGET_FLT_EVAL_METHOD
#define TARGET_FLT_EVAL_METHOD 0
-#define TARGET_FLT_EVAL_METHOD_NON_DEFAULT 0
#endif
#ifndef TARGET_DEC_EVAL_METHOD