aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-09-15 02:13:04 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-09-15 02:13:04 +0000
commit0b35aac25db5278bb91f6d975e1e56084749a85d (patch)
tree6f54424afbb60183ea9e6e9fb7a9796d7710a318 /gcc
parent737f41105e9f8800417794a4635e09bc4a14ef0e (diff)
downloadgcc-0b35aac25db5278bb91f6d975e1e56084749a85d.zip
gcc-0b35aac25db5278bb91f6d975e1e56084749a85d.tar.gz
gcc-0b35aac25db5278bb91f6d975e1e56084749a85d.tar.bz2
tm.texi (TARGET_FUNCTION_VALUE): Put @deftypefn all in one line.
* doc/tm.texi (TARGET_FUNCTION_VALUE): Put @deftypefn all in one line. From-SVN: r116961
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/tm.texi3
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 40a8e9f..254b64a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-15 Kazu Hirata <kazu@codesourcery.com>
+
+ * doc/tm.texi (TARGET_FUNCTION_VALUE): Put @deftypefn all in
+ one line.
+
2006-09-14 Richard Guenther <rguenther@suse.de>
Kazu Hirata <kazu@codesourcery.com>
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index d1217f1..ddf1a86 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -4028,8 +4028,7 @@ must have move patterns for this mode.
This section discusses the macros that control returning scalars as
values---values that can fit in registers.
-@deftypefn {Target Hook} rtx TARGET_FUNCTION_VALUE (tree @var{ret_type},
-tree @var{fn_decl_or_type}, bool @var{outgoing})
+@deftypefn {Target Hook} rtx TARGET_FUNCTION_VALUE (tree @var{ret_type}, tree @var{fn_decl_or_type}, bool @var{outgoing})
Define this to return an RTX representing the place where a function
returns or receives a value of data type @var{ret_type}, a tree node