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
This commit is contained in:
parent
1c432a0c34
commit
0bdcd33274
@ -1,3 +1,11 @@
|
||||
2005-04-15 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
|
||||
|
||||
* 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 <uros@kss-loka.si>
|
||||
|
||||
PR tree-optimization/21004
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user