From f9c7c7fb05517b797c605fc07cfb13286175bc8e Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 15 Sep 2006 02:13:04 +0000 Subject: [PATCH] * doc/tm.texi (TARGET_FUNCTION_VALUE): Put @deftypefn all in one line. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116961 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/tm.texi | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 40a8e9f1bd5..254b64a0ad6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-09-15 Kazu Hirata + + * doc/tm.texi (TARGET_FUNCTION_VALUE): Put @deftypefn all in + one line. + 2006-09-14 Richard Guenther Kazu Hirata diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index d1217f1b0e2..ddf1a869b4c 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 -- 2.11.4.GIT