diff options
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r-- | gcc/doc/tm.texi | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 37a3e20..883f034 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -1535,14 +1535,6 @@ the size of that type. If you don't define this, the default is the value of @code{LONG_TYPE_SIZE}. @end defmac -@defmac MAX_LONG_TYPE_SIZE -Maximum number for the size in bits of the type @code{long} on the -target machine. If this is undefined, the default is -@code{LONG_TYPE_SIZE}. Otherwise, it is the constant value that is the -largest value that @code{LONG_TYPE_SIZE} can have at run-time. This is -used in @code{cpp}. -@end defmac - @defmac LONG_LONG_TYPE_SIZE A C expression for the size in bits of the type @code{long long} on the target machine. If you don't define this, the default is two @@ -1579,14 +1571,6 @@ the target machine. If you don't define this, the default is two words. @end defmac -@defmac MAX_LONG_DOUBLE_TYPE_SIZE -Maximum number for the size in bits of the type @code{long double} on the -target machine. If this is undefined, the default is -@code{LONG_DOUBLE_TYPE_SIZE}. Otherwise, it is the constant value that is -the largest value that @code{LONG_DOUBLE_TYPE_SIZE} can have at run-time. -This is used in @code{cpp}. -@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 @@ -1659,22 +1643,6 @@ characters. This is used in @code{cpp}, which cannot make use of @code{WCHAR_TYPE}. @end defmac -@defmac MAX_WCHAR_TYPE_SIZE -Maximum number for the size in bits of the data type for wide -characters. If this is undefined, the default is -@code{WCHAR_TYPE_SIZE}. Otherwise, it is the constant value that is the -largest value that @code{WCHAR_TYPE_SIZE} can have at run-time. This is -used in @code{cpp}. -@end defmac - -@defmac GCOV_TYPE_SIZE -A C expression for the size in bits of the type used for gcov counters on the -target machine. If you don't define this, the default is one -@code{LONG_TYPE_SIZE} in case it is greater or equal to 64-bit and -@code{LONG_LONG_TYPE_SIZE} otherwise. You may want to re-define the type to -ensure atomicity for counters in multithreaded programs. -@end defmac - @defmac WINT_TYPE A C expression for a string describing the name of the data type to use for wide characters passed to @code{printf} and returned from |