From d2143a2f9df360029146893efa06d792a84c4ec0 Mon Sep 17 00:00:00 2001 From: Joern Rennecke Date: Sun, 17 Jan 2010 15:26:16 +0000 Subject: [PATCH] * doc/tm.texi (TARGET_OPTION_PRINT): Fix argument list. From-SVN: r155980 --- gcc/ChangeLog | 2 ++ gcc/doc/tm.texi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6a24e59480c..3da75caf667 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -105,6 +105,8 @@ (TARGET_BUILTIN_RECIPROCAL): Fix argument types. Rename argument tm_fn to md_fn. + (TARGET_OPTION_PRINT): Fix argument list. + 2010-01-16 Harsha Jagasia PR target/42664 diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index eed91066970..3a9b6f46006 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -9555,7 +9555,7 @@ information in the @var{struct cl_target_option} structure for function specific options. @end deftypefn -@deftypefn {Target Hook} void TARGET_OPTION_PRINT (struct cl_target_option *@var{ptr}) +@deftypefn {Target Hook} void TARGET_OPTION_PRINT (FILE *@var{file}, int @var{indent}, struct cl_target_option *@var{ptr}) This hook is called to print any additional target specific information in the @var{struct cl_target_option} structure for function specific options. -- 2.30.2