aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoern Rennecke <amylaar@spamcop.net>2010-01-17 15:26:16 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2010-01-17 15:26:16 +0000
commitd2143a2f9df360029146893efa06d792a84c4ec0 (patch)
tree983ba5bde3cdb757a67a15de055a1e7b25804286
parentae7c61dead40c0674b58c676a225ca05cea3ffe8 (diff)
downloadgcc-d2143a2f9df360029146893efa06d792a84c4ec0.zip
gcc-d2143a2f9df360029146893efa06d792a84c4ec0.tar.gz
gcc-d2143a2f9df360029146893efa06d792a84c4ec0.tar.bz2
* doc/tm.texi (TARGET_OPTION_PRINT): Fix argument list.
From-SVN: r155980
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/doc/tm.texi2
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6a24e59..3da75ca 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 <harsha.jagasia@amd.com>
PR target/42664
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index eed9106..3a9b6f4 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.