]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR other/8882 (Error in the documentation "GNU Compiler Collection Internals")
authorJanis Johnson <janis187@us.ibm.com>
Tue, 10 Dec 2002 21:01:54 +0000 (21:01 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 10 Dec 2002 21:01:54 +0000 (21:01 +0000)
2002-12-10  Janis Johnson  <janis187@us.ibm.com>

PR other/8882
* doc/tm.texi (PUSH_ARGS): Remove misplaced line.

From-SVN: r60012

gcc/ChangeLog
gcc/doc/tm.texi

index e1dfb310ba6a6209dce5efba0f55a75dfce05fcf..49cc07f312f13706e3c63c2f8435be0b23746510 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-10  Janis Johnson  <janis187@us.ibm.com>
+
+       PR other/8882
+       * doc/tm.texi (PUSH_ARGS): Remove misplaced line.
+
 2002-12-05  Dale Johannesen  <dalej@apple.com>
 
        * tree.c (unsafe_for_reeval):  Consider callee child of CALL_EXPR.
index d8821c5467ca7ca2c33e09d39b3ec32433fa6d6a..4b29d5221a078688db3a9e826f37128fabe044f6 100644 (file)
@@ -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})