* doc/tm.texi (TARGET_OPTION_PRINT): Fix argument list.
authorJoern Rennecke <amylaar@spamcop.net>
Sun, 17 Jan 2010 15:26:16 +0000 (15:26 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Sun, 17 Jan 2010 15:26:16 +0000 (15:26 +0000)
From-SVN: r155980

gcc/ChangeLog
gcc/doc/tm.texi

index 6a24e59480c25ebe82a719d950e2a4d6b62ab59a..3da75caf6673cc8def9ab0d474ebd4e60799a1c9 100644 (file)
        (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
        Rename argument tm_fn to md_fn.
 
+       (TARGET_OPTION_PRINT): Fix argument list.
+
 2010-01-16  Harsha Jagasia  <harsha.jagasia@amd.com>
 
        PR target/42664
index eed9106697067257f1b55481563f6a91162f4988..3a9b6f460064d515685af2d84e340079f168c774 100644 (file)
@@ -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.