Fix description of a stack element in a PARALLEL generated by FUNCTION_ARG
authorNick Clifton <nickc@cygnus.com>
Sat, 22 May 1999 07:18:02 +0000 (07:18 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Sat, 22 May 1999 07:18:02 +0000 (07:18 +0000)
From-SVN: r27096

gcc/ChangeLog
gcc/tm.texi

index 644033542167031af44e40feffa5a5e6641b6571..6db21265af9400b155b47dcdf3853f24e1ecb935 100644 (file)
@@ -1,3 +1,8 @@
+Sat May 22 07:17:05 1999  Nick Clifton  <nickc@cygnus.com>
+
+       * tm.texi (FUNCTION_ARG): Correct description of a stack element
+       in a PARALLEL.
+
 Sat May 22 01:27:49 1999  Mark Mitchell  <mark@codesourcery.com>
 
        * expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.
index 48f4439ed9414799e65205ee6f8855c0ae637820..d3bff3df7a6e03fc0e302085c818fb44c66ef9e7 100644 (file)
@@ -2794,9 +2794,8 @@ register RTX indicates how large this part of the argument is.  The
 second operand of the @code{expr_list} is a @code{const_int} which gives
 the offset in bytes into the entire argument of where this part starts.
 As a special exception the first @code{expr_list} in the @code{parallel} 
-RTX may have a first operand of zero.  This indicates that the bytes
-starting from the second operand of that @code{expr_list} are stored on
-the stack and not held in a register.
+RTX may have a first operand of zero.  This indicates that the entire
+argument is also stored on the stack.
 
 @cindex @file{stdarg.h} and register arguments
 The usual way to make the ANSI library @file{stdarg.h} work on a machine