From 7120b8b41a7d928aa480aff6a8761e34c9754f8f Mon Sep 17 00:00:00 2001 From: gerald Date: Wed, 17 Oct 2001 08:44:09 +0000 Subject: [PATCH] * c-tree.texi: Eliminate duplicated word. * cpp.texi: Likewise. * install.texi: Likewise. * invoke.texi: Likewise. * tm.texi: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46310 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 8 ++++++++ gcc/doc/c-tree.texi | 2 +- gcc/doc/cpp.texi | 4 ++-- gcc/doc/install.texi | 2 +- gcc/doc/invoke.texi | 2 +- gcc/doc/tm.texi | 4 ++-- 6 files changed, 15 insertions(+), 7 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0e1308f0306..e165e9e0cd2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2001-10-16 Matt Kraai + + * c-tree.texi: Eliminate duplicated word. + * cpp.texi: Likewise. + * install.texi: Likewise. + * invoke.texi: Likewise. + * tm.texi: Likewise. + 2001-10-17 Michael Collison * dsp16xx.c: Fix comment formatting to match GNU standards. diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi index 9eccc0d5019..b27c082979c 100644 --- a/gcc/doc/c-tree.texi +++ b/gcc/doc/c-tree.texi @@ -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; @}; diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index a9736cdd454..ed167e49bbc 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -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 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index b4fbbae4c07..98404edf36d 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index cab5005f752..89ee913006b 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index a790278ac9f..c5863952802 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}. -- 2.11.4.GIT