diff options
author | James Greenhalgh <james.greenhalgh@arm.com> | 2016-11-23 17:24:28 +0000 |
---|---|---|
committer | James Greenhalgh <jgreenhalgh@gcc.gnu.org> | 2016-11-23 17:24:28 +0000 |
commit | 8f23c89a5fd677301137917b2658e564f770acd5 (patch) | |
tree | f8639dd9c19a21d1ba8caae85c96c5178d455d9b /gcc/doc | |
parent | 56d8ffc170912cb1dee5900799acaf5d4857fde9 (diff) | |
download | gcc-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/doc')
-rw-r--r-- | gcc/doc/tm.texi | 7 | ||||
-rw-r--r-- | gcc/doc/tm.texi.in | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 144e63f..bd82039 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -1566,13 +1566,6 @@ uses this macro should also arrange to use @file{t-gnu-prefix} in the libgcc @file{config.host}. @end defmac -@defmac TARGET_FLT_EVAL_METHOD -A C expression for the value for @code{FLT_EVAL_METHOD} in @file{float.h}, -assuming, if applicable, that the floating-point control word is in its -default state. If you do not define this macro the value of -@code{FLT_EVAL_METHOD} will be zero. -@end defmac - @defmac WIDEST_HARDWARE_FP_SIZE A C expression for the size in bits of the widest floating-point format supported by the hardware. If you define this macro, you must specify a diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in index 7d8dcff..95f5fd9 100644 --- a/gcc/doc/tm.texi.in +++ b/gcc/doc/tm.texi.in @@ -1402,13 +1402,6 @@ uses this macro should also arrange to use @file{t-gnu-prefix} in the libgcc @file{config.host}. @end defmac -@defmac TARGET_FLT_EVAL_METHOD -A C expression for the value for @code{FLT_EVAL_METHOD} in @file{float.h}, -assuming, if applicable, that the floating-point control word is in its -default state. If you do not define this macro the value of -@code{FLT_EVAL_METHOD} will be zero. -@end defmac - @defmac WIDEST_HARDWARE_FP_SIZE A C expression for the size in bits of the widest floating-point format supported by the hardware. If you define this macro, you must specify a |