diff options
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r-- | gcc/doc/tm.texi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index e9797bfd53f..c81cd269897 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -216,16 +216,6 @@ This should be defined if @code{WINT_TYPE} depends on target dependent flags which are not accessible to the preprocessor. Otherwise, it should not be defined. -@findex SIGNED_CHAR_SPEC -@item SIGNED_CHAR_SPEC -A C string constant that tells the GCC driver program options to -pass to CPP@. By default, this macro is defined to pass the option -@option{-D__CHAR_UNSIGNED__} to CPP if @code{char} will be treated as -@code{unsigned char} by @code{cc1}. - -Do not define this macro unless you need to override the default -definition. - @findex CC1_SPEC @item CC1_SPEC A C string constant that tells the GCC driver program options to |