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
This commit is contained in:
Matt Kraai 2001-10-17 08:44:09 +00:00 committed by Gerald Pfeifer
parent e0a1c10724
commit 14976c58e9
6 changed files with 15 additions and 7 deletions

View file

@ -1,3 +1,11 @@
2001-10-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
* c-tree.texi: Eliminate duplicated word.
* cpp.texi: Likewise.
* install.texi: Likewise.
* invoke.texi: Likewise.
* tm.texi: Likewise.
2001-10-17 Michael Collison <collison@isisinc.net>
* dsp16xx.c: Fix comment formatting to match GNU standards.

View file

@ -1855,7 +1855,7 @@ These nodes are used to represent pointer-to-member constants. The
or @code{UNION_TYPE} within which the pointer points), and the
@code{PTRMEM_CST_MEMBER} is the declaration for the pointed to object.
Note that the @code{DECL_CONTEXT} for the @code{PTRMEM_CST_MEMBER} is in
general different from from the @code{PTRMEM_CST_CLASS}. For example,
general different from the @code{PTRMEM_CST_CLASS}. For example,
given:
@example
struct B @{ int i; @};

View file

@ -2929,7 +2929,7 @@ syntax errors.
One way to avoid this problem is to use an always-false conditional
instead. For instance, put @code{#if 0} before the deleted code and
@code{#endif} after it. This This works even if the code being turned
@code{#endif} after it. This works even if the code being turned
off contains conditionals, but they must be entire conditionals
(balanced @samp{#if} and @samp{#endif}).
@ -3199,7 +3199,7 @@ preprocessor preserves whitespace between tokens, or replaces it with
e.g.@: a single space. In GNU CPP, whitespace between tokens is collapsed
to become a single space, with the exception that the first token on a
non-directive line is preceded with sufficient spaces that it appears in
the same column in the preprocessed output that it appeared in in the
the same column in the preprocessed output that it appeared in the
original source file. This is so the output is easy to read.
@xref{Differences from previous versions}. CPP does not insert any
whitespace where there was none in the original source, except where

View file

@ -3450,7 +3450,7 @@ without modification.
@heading @anchor{os2}OS/2
GCC does not currently support OS/2. However, Andrew Zabolotny has been
working on a generic OS/2 port with pgcc. The current code code can be found
working on a generic OS/2 port with pgcc. The current code can be found
at @uref{http://www.goof.com/pcg/os2/,,http://www.goof.com/pcg/os2/}.
An older copy of GCC 2.8.1 is included with the EMX tools available at

View file

@ -9042,7 +9042,7 @@ and 32532 cpus. This is the default for the pc532-netbsd configuration.
@opindex mmulti-add
Try and generate multiply-add floating point instructions @code{polyF}
and @code{dotF}. This option is only available if the @option{-m32381}
option is in effect. Using these instructions requires changes to to
option is in effect. Using these instructions requires changes to
register allocation which generally has a negative impact on
performance. This option should only be enabled when compiling code
particularly likely to make heavy use of multiply-add instructions.

View file

@ -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}.