Commit a451b0bd by Kazu Hirata Committed by Kazu Hirata

invoke.texi: Follow spelling conventions.

	* doc/invoke.texi: Follow spelling conventions.
	* doc/tm.texi: Likewise.

From-SVN: r77040
parent e53e0c56
2004-01-31 Kazu Hirata <kazu@cs.umass.edu> 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
* doc/invoke.texi: Follow spelling conventions.
* doc/tm.texi: Likewise.
2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
* doc/install.texi: Fix typos. * doc/install.texi: Fix typos.
* doc/invoke.texi: Likewise. * doc/invoke.texi: Likewise.
......
...@@ -3578,7 +3578,7 @@ Turning on optimization flags makes the compiler attempt to improve ...@@ -3578,7 +3578,7 @@ Turning on optimization flags makes the compiler attempt to improve
the performance and/or code size at the expense of compilation time the performance and/or code size at the expense of compilation time
and possibly the ability to debug the program. and possibly the ability to debug the program.
The compiler performs optimisation based on the knowledge it has of The compiler performs optimization based on the knowledge it has of
the program. Using the @option{-funit-at-a-time} flag will allow the the program. Using the @option{-funit-at-a-time} flag will allow the
compiler to consider information gained from later functions in the compiler to consider information gained from later functions in the
file when compiling a function. Compiling multiple files at once to a file when compiling a function. Compiling multiple files at once to a
......
...@@ -3304,7 +3304,7 @@ should return the .eh_frame register number. The default is ...@@ -3304,7 +3304,7 @@ should return the .eh_frame register number. The default is
Define this macro to map register numbers held in the call frame info Define this macro to map register numbers held in the call frame info
that gcc has collected using @code{DWARF_FRAME_REGNUM} to those that that gcc has collected using @code{DWARF_FRAME_REGNUM} to those that
should be output in .debug_frame (@code{@var{for_eh}} is zero) and should be output in .debug_frame (@code{@var{for_eh}} is zero) and
.eh_frame (@code{@var{for_eh}} is non-zero). The default is to .eh_frame (@code{@var{for_eh}} is nonzero). The default is to
return @code{@var{regno}}. return @code{@var{regno}}.
@end defmac @end defmac
...@@ -8442,7 +8442,7 @@ and @code{TARGET_OPTIONS}. It is given data which came from ...@@ -8442,7 +8442,7 @@ and @code{TARGET_OPTIONS}. It is given data which came from
is no need for extensive validity checking). It returns @code{NULL} if is no need for extensive validity checking). It returns @code{NULL} if
it is safe to load a PCH file with this data, or a suitable error message it is safe to load a PCH file with this data, or a suitable error message
if not. The error message will be presented to the user, so it should if not. The error message will be presented to the user, so it should
be localised. be localized.
@end deftypefn @end deftypefn
@node Misc @node Misc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment