aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJoern Rennecke <joern.rennecke@embecosm.com>2010-06-30 18:08:56 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2010-06-30 19:08:56 +0100
commitd66f54593c67177cb99dddb75feebe94843d77be (patch)
treed0a2ed1da8bde15efc8e68cbc3ddb9c3dd3da1f7 /gcc/doc
parentec9f85e5b1dfea46dc7faa1f22a75defccbcddca (diff)
downloadgcc-d66f54593c67177cb99dddb75feebe94843d77be.zip
gcc-d66f54593c67177cb99dddb75feebe94843d77be.tar.gz
gcc-d66f54593c67177cb99dddb75feebe94843d77be.tar.bz2
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
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi1
-rw-r--r--gcc/doc/tm.texi.in3
2 files changed, 1 insertions, 3 deletions
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
diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in
index feee99d..6949d1b 100644
--- a/gcc/doc/tm.texi.in
+++ b/gcc/doc/tm.texi.in
@@ -10782,8 +10782,7 @@ ignored. This function should return the result of the call to the
built-in function.
@end deftypefn
-@deftypefn {Target Hook} tree TARGET_RESOLVE_OVERLOADED_BUILTIN (unsigned int @var{loc}, tree @var{fndecl}, void *@var{arglist})
-
+@hook TARGET_RESOLVE_OVERLOADED_BUILTIN
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