From: Janis Johnson Date: Tue, 10 Dec 2002 21:01:54 +0000 (+0000) Subject: re PR other/8882 (Error in the documentation "GNU Compiler Collection Internals") X-Git-Tag: releases/gcc-3.2.2~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5414d6a182fc7b17be34d7addfd605c5df095f34;p=thirdparty%2Fgcc.git re PR other/8882 (Error in the documentation "GNU Compiler Collection Internals") 2002-12-10 Janis Johnson PR other/8882 * doc/tm.texi (PUSH_ARGS): Remove misplaced line. From-SVN: r60012 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e1dfb310ba6a..49cc07f312f1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-12-10 Janis Johnson + + PR other/8882 + * doc/tm.texi (PUSH_ARGS): Remove misplaced line. + 2002-12-05 Dale Johannesen * tree.c (unsafe_for_reeval): Consider callee child of CALL_EXPR. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index d8821c5467ca..4b29d5221a07 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -3145,7 +3145,6 @@ If the target machine does not have a push instruction, set it to zero. That directs GCC to use an alternate strategy: to allocate the entire argument block and then store the arguments into it. When @code{PUSH_ARGS} is nonzero, @code{PUSH_ROUNDING} must be defined too. -On some machines, the definition @findex PUSH_ROUNDING @item PUSH_ROUNDING (@var{npushed})