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

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

From-SVN: r60011

gcc/ChangeLog
gcc/doc/tm.texi

index 112e5a9a68269fe90697ccb9fcdbb23eb2469a4a..d46e2df05fe77c6e9aba9976ebf38a51b323958d 100644 (file)
@@ -1,4 +1,10 @@
+2002-12-10  Janis Johnson  <janis187@us.ibm.com>
+
+       PR other/8882
+       * doc/tm.texi (PUSH_ARGS): Remove misplaced line.
+
 2002-12-10  Devang Patel  <dpatel@appple.com>
+
        * config/darwin.h(LINK_SPEC): Add darwin specific linker options.
        * doc/invoke.texi: Add new "Darwin Options" section.
        
index 342f6096bdf75759a34d4668e9b87221806dbb05..4b885113797f2fa9895703cfe2766d9d32846c7c 100644 (file)
@@ -3294,7 +3294,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})