From 00acec141bab204537e4c1c00e68b1a5b18c5995 Mon Sep 17 00:00:00 2001 From: janis Date: Tue, 10 Dec 2002 21:00:31 +0000 Subject: 2002-12-10 Janis Johnson PR other/8882 * doc/tm.texi (PUSH_ARGS): Remove misplaced line. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60011 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 ++++++ gcc/doc/tm.texi | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 112e5a9a682..d46e2df05fe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,10 @@ +2002-12-10 Janis Johnson + + PR other/8882 + * doc/tm.texi (PUSH_ARGS): Remove misplaced line. + 2002-12-10 Devang Patel + * 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 342f6096bdf..4b885113797 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}) -- cgit v1.2.1