From: Volker Reichelt Date: Fri, 15 Apr 2005 10:24:13 +0000 (+0000) Subject: invoke.texi: Fix typos. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0bdcd33274e716b59392b85dba44f9f05f572277;p=platform%2Fupstream%2Fgcc.git invoke.texi: Fix typos. * doc/invoke.texi: Fix typos. * doc/md.texi: Likewise. * doc/rtl.texi: Likewise. * doc/sourcebuild.texi: Likewise. * doc/tm.texi: Likewise. From-SVN: r98179 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e30430b..11c6611 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2005-04-15 Volker Reichelt + + * doc/invoke.texi: Fix typos. + * doc/md.texi: Likewise. + * doc/rtl.texi: Likewise. + * doc/sourcebuild.texi: Likewise. + * doc/tm.texi: Likewise. + 2005-04-15 Uros Bizjak PR tree-optimization/21004 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 8a1cfbb..90f0c9f 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -3159,7 +3159,7 @@ inline functions declared in system headers. The compiler uses a variety of heuristics to determine whether or not to inline a function. For example, the compiler takes into account -the size of the function being inlined and the the amount of inlining +the size of the function being inlined and the amount of inlining that has already been done in the current function. Therefore, seemingly insignificant changes in the source program can cause the warnings produced by @option{-Winline} to appear or disappear. @@ -3520,7 +3520,7 @@ conversion, to the file @file{@var{file}.18.ce2}. @opindex fdump-rtl-btl @opindex fdump-rtl-dbr @option{-dd} and @option{-fdump-rtl-btl} enable dumping after branch -target load optimization, to to @file{@var{file}.31.btl}. @option{-dd} +target load optimization, to @file{@var{file}.31.btl}. @option{-dd} and @option{-fdump-rtl-dbr} enable dumping after delayed branch scheduling, to @file{@var{file}.36.dbr}. @@ -12799,7 +12799,7 @@ for creating and using precompiled headers. Any macros defined before the precompiled header is included must either be defined in the same way as when the precompiled header was generated, or must not affect the precompiled header, which usually -means that the they don't appear in the precompiled header at all. +means that they don't appear in the precompiled header at all. The @option{-D} option is one way to define a macro before a precompiled header is included; using a @code{#define} can also do it. diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 4deacfb..4293611 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -1681,7 +1681,7 @@ A memory reference suitable for VFP load/store insns (reg+constant offset) A memory reference suitable for iWMMXt load/store instructions. @item Uq -A memory reference suitable for for the ARMv4 ldrsb instruction. +A memory reference suitable for the ARMv4 ldrsb instruction. @item AVR family---@file{avr.h} @table @code @@ -6341,7 +6341,7 @@ can be used for @acronym{RISC} processors, too. separated by commas. @var{patterns} is a string giving patterns of functional units -separated by comma. Currently pattern is is one unit or units +separated by comma. Currently pattern is one unit or units separated by white-spaces. The first construction (@samp{exclusion_set}) means that each diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 2e7bca7..9858e47 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -3517,7 +3517,7 @@ on these machines should have a body which is a @code{parallel} that contains both the @code{call} expression and @code{clobber} expressions that indicate which registers are destroyed. Similarly, if the call instruction requires some register other than the stack -pointer that is not explicitly mentioned it its RTL, a @code{use} +pointer that is not explicitly mentioned in its RTL, a @code{use} subexpression should mention that register. Functions that are called are assumed to modify all registers listed in diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index b5d9af0..2d1e519 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1291,7 +1291,7 @@ bugs in libgcj that had caused Mauve test failures. The @uref{http://sources.redhat.com/mauve/,, Jacks} project provides a testsuite for Java compilers that can be used to test changes that affect the GCJ front end. This testsuite is run as -part of Java testing by placing the Jacks tree within the the libjava +part of Java testing by placing the Jacks tree within the libjava testsuite sources at @file{libjava/testsuite/libjava.jacks/jacks}. We encourage developers to contribute test cases to Mauve and Jacks. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 9b78560..42c5b0f 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -5566,7 +5566,7 @@ used to set a chunk of memory to a constant value, or whether some other mechanism will be used. Used by @code{__builtin_memset} when storing values other than constant zero and by @code{__builtin_strcpy} when when called with a constant source string. -Defaults to to 1 if @code{move_by_pieces_ninsns} returns less +Defaults to 1 if @code{move_by_pieces_ninsns} returns less than @code{MOVE_RATIO}. @end defmac @@ -9261,7 +9261,7 @@ arguments of @samp{#pragma pack}. @defmac TARGET_DEFAULT_PACK_STRUCT If your target requires a structure packing default other than 0 (meaning -the machine default), define this macro the the necessary value (in bytes). +the machine default), define this macro to the necessary value (in bytes). This must be a value that would also valid to be used with @samp{#pragma pack()} (that is, a small power of two). @end defmac