target.def (pass_by_reference): Use DEFHOOK.

* target.def (pass_by_reference): Use DEFHOOK.
	* doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
	* doc/tm.texi: Regenerate.

From-SVN: r161625
This commit is contained in:
Joern Rennecke 2010-06-30 18:06:11 +00:00 committed by Joern Rennecke
parent 56cb42ea06
commit ec9f85e5b1
4 changed files with 7 additions and 4 deletions

View File

@ -29,6 +29,10 @@
s/TARGET_VALID_OPTION_ATTRIBUTE_P/TARGET_OPTION_VALID_ATRIBUTE_P/ .
* doc/tm.texi: Regenerate.
* target.def (pass_by_reference): Use DEFHOOK.
* doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
* doc/tm.texi: Regenerate.
2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
* toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations

View File

@ -4089,7 +4089,7 @@ register to be used by the caller for this argument; likewise
@code{FUNCTION_INCOMING_ARG}, for the called function.
@end deftypefn
@deftypefn {Target Hook} bool TARGET_PASS_BY_REFERENCE (CUMULATIVE_ARGS *@var{cum}, enum machine_mode @var{mode}, tree @var{type}, bool @var{named})
@deftypefn {Target Hook} bool TARGET_PASS_BY_REFERENCE (CUMULATIVE_ARGS *@var{cum}, enum machine_mode @var{mode}, const_tree @var{type}, bool @var{named})
This target hook should return @code{true} if an argument at the
position indicated by @var{cum} should be passed by reference. This
predicate is queried after target independent reasons for being

View File

@ -4089,7 +4089,7 @@ register to be used by the caller for this argument; likewise
@code{FUNCTION_INCOMING_ARG}, for the called function.
@end deftypefn
@deftypefn {Target Hook} bool TARGET_PASS_BY_REFERENCE (CUMULATIVE_ARGS *@var{cum}, enum machine_mode @var{mode}, tree @var{type}, bool @var{named})
@hook TARGET_PASS_BY_REFERENCE
This target hook should return @code{true} if an argument at the
position indicated by @var{cum} should be passed by reference. This
predicate is queried after target independent reasons for being

View File

@ -1676,8 +1676,7 @@ DEFHOOK
/* Return true if a parameter must be passed by reference. TYPE may
be null if this is a libcall. CA may be null if this query is
from __builtin_va_arg. */
/* ??? The documentation disagrees on the type of 'type'. */
DEFHOOK_UNDOC
DEFHOOK
(pass_by_reference,
"",
bool,