aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJanis Johnson <janis187@us.ibm.com>2002-12-10 21:00:31 +0000
committerJanis Johnson <janis@gcc.gnu.org>2002-12-10 21:00:31 +0000
commit40d81ee46b7a651f73c6c7fb492939a9a2fc4607 (patch)
treedeb819d50af22917df18a5437d93135a058e00af /gcc
parent48aec0bcc62585f949362e8c875fc039d306cb7f (diff)
downloadgcc-40d81ee46b7a651f73c6c7fb492939a9a2fc4607.zip
gcc-40d81ee46b7a651f73c6c7fb492939a9a2fc4607.tar.gz
gcc-40d81ee46b7a651f73c6c7fb492939a9a2fc4607.tar.bz2
re PR other/8882 (Error in the documentation "GNU Compiler Collection Internals")
2002-12-10 Janis Johnson <janis187@us.ibm.com> PR other/8882 * doc/tm.texi (PUSH_ARGS): Remove misplaced line. From-SVN: r60011
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/tm.texi1
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 112e5a9..d46e2df 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 342f609..4b88511 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -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})