OSDN Git Service

* doc/tm.texi (TARGET_OPTION_PRINT): Fix argument list.
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Jan 2010 15:26:16 +0000 (15:26 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Jan 2010 15:26:16 +0000 (15:26 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155980 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/tm.texi

index 6a24e59..3da75ca 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 eed9106..3a9b6f4 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.