From d66f54593c67177cb99dddb75feebe94843d77be Mon Sep 17 00:00:00 2001 From: Joern Rennecke Date: Wed, 30 Jun 2010 18:08:56 +0000 Subject: target.def (resolve_overloaded_builtin): Rename params to arglist. * target.def (resolve_overloaded_builtin): Rename params to arglist. Use DEFHOOK. * doc/tm.texi.in (TARGET_RESOLVE_OVERLOADED_BUILTIN): Use @hook. * doc/tm.texi: Regenerate. From-SVN: r161626 --- gcc/doc/tm.texi | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/doc/tm.texi') diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 1b5033b..fe72fd1 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -10792,7 +10792,6 @@ built-in function. @end deftypefn @deftypefn {Target Hook} tree TARGET_RESOLVE_OVERLOADED_BUILTIN (unsigned int @var{loc}, tree @var{fndecl}, void *@var{arglist}) - Select a replacement for a machine specific built-in function that was set up by @samp{TARGET_INIT_BUILTINS}. This is done @emph{before} regular type checking, and so allows the target to -- cgit v1.1