diff options
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r-- | gcc/doc/tm.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 7e76e381373..de0381fcb1b 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -94,7 +94,7 @@ from being defined in the @file{.h} file to being part of the Similarly, there is a @code{targetcm} variable for hooks that are specific to front ends for C-family languages, documented as ``C Target Hook''. This is declared in @file{c-family/c-target.h}, the -the initializer @code{TARGETCM_INITIALIZER} in +initializer @code{TARGETCM_INITIALIZER} in @file{c-family/c-target-def.h}. If targets initialize @code{targetcm} themselves, they should set @code{target_has_targetcm=yes} in @file{config.gcc}; otherwise a default definition is used. @@ -2332,7 +2332,7 @@ either a floating point (coprocessor) register or a general register for a certain operand, you should define a class @code{FLOAT_OR_GENERAL_REGS} which includes both of them. Otherwise you will get suboptimal code, or even internal compiler errors when reload cannot find a register in the -the class computed via @code{reg_class_subunion}. +class computed via @code{reg_class_subunion}. You must also specify certain redundant information about the register classes: for each class, which classes contain it and which ones are |