Commit 5b4ef0b1 by Kazu Hirata Committed by Kazu Hirata

* doc/tm.texi: Fix typos.

From-SVN: r90772
parent a37739c1
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
* expmed.c, ra-colorize.c: Fix comment typos. * expmed.c, ra-colorize.c: Fix comment typos.
* doc/tm.texi: Fix typos.
2004-11-16 Daniel Jacobowitz <dan@codesourcery.com> 2004-11-16 Daniel Jacobowitz <dan@codesourcery.com>
Mark Mitchell <mark@codesourcery.com> Mark Mitchell <mark@codesourcery.com>
......
...@@ -1123,7 +1123,7 @@ This target hook should return @code{true} if the promotion described by ...@@ -1123,7 +1123,7 @@ This target hook should return @code{true} if the promotion described by
functions. functions.
If this target hook returns @code{true}, @code{FUNCTION_VALUE} must If this target hook returns @code{true}, @code{FUNCTION_VALUE} must
perform the same promotions done by @code{PROMOTE_FUNCTON_MODE}. perform the same promotions done by @code{PROMOTE_FUNCTION_MODE}.
@end deftypefn @end deftypefn
@defmac PARM_BOUNDARY @defmac PARM_BOUNDARY
...@@ -4624,7 +4624,7 @@ This hook controls how the @var{named} argument to @code{FUNCTION_ARG} ...@@ -4624,7 +4624,7 @@ This hook controls how the @var{named} argument to @code{FUNCTION_ARG}
is set for varargs and stdarg functions. If this hook returns is set for varargs and stdarg functions. If this hook returns
@code{true}, the @var{named} argument is always true for named @code{true}, the @var{named} argument is always true for named
arguments, and false for unnamed arguments. If it returns @code{false}, arguments, and false for unnamed arguments. If it returns @code{false},
but @code{TARGET_PRETEND_OUTOGOING_VARARGS_NAMED} returns @code{true}, but @code{TARGET_PRETEND_OUTGOING_VARARGS_NAMED} returns @code{true},
then all arguments are treated as named. Otherwise, all named arguments then all arguments are treated as named. Otherwise, all named arguments
except the last are treated as named. except the last are treated as named.
......
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