diff options
author | Matt Kraai <kraai@alumni.carnegiemellon.edu> | 2001-10-17 08:44:09 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2001-10-17 08:44:09 +0000 |
commit | 14976c58e9ada85da3c6cdb485133784725adc4d (patch) | |
tree | 122bdee23c5d6ce80aa512b2eee35c5599935c67 /gcc/doc/tm.texi | |
parent | e0a1c10724cea13585029f45b2872c18c0d2bc10 (diff) | |
download | gcc-14976c58e9ada85da3c6cdb485133784725adc4d.zip gcc-14976c58e9ada85da3c6cdb485133784725adc4d.tar.gz gcc-14976c58e9ada85da3c6cdb485133784725adc4d.tar.bz2 |
c-tree.texi: Eliminate duplicated word.
* c-tree.texi: Eliminate duplicated word.
* cpp.texi: Likewise.
* install.texi: Likewise.
* invoke.texi: Likewise.
* tm.texi: Likewise.
From-SVN: r46310
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 a790278..c586395 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -6782,7 +6782,7 @@ no arguments and with no return value. If the target supports initialization priorities, @var{priority} is a value between 0 and @code{MAX_INIT_PRIORITY}; otherwise it must be @code{DEFAULT_INIT_PRIORITY}. -If this macro is is not defined by the target, a suitable default will +If this macro is not defined by the target, a suitable default will be chosen if (1) the target supports arbitrary section names, (2) the target defines @code{CTORS_SECTION_ASM_OP}, or (3) @code{USE_COLLECT2} is not defined. @@ -7994,7 +7994,7 @@ or @code{MACHINE_DEPENDENT_REORG}. You can have multiple entities that are mode-switched, and select at run time which entities actually need it. @code{OPTIMIZE_MODE_SWITCHING} should -return nonzero for any @var{entity} that that needs mode-switching. +return nonzero for any @var{entity} that needs mode-switching. If you define this macro, you also have to define @code{NUM_MODES_FOR_MODE_SWITCHING}, @code{MODE_NEEDED}, @code{MODE_PRIORITY_TO_MODE} and @code{EMIT_MODE_SET}. |