diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-22 07:18:02 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-22 07:18:02 +0000 |
commit | e9412714d3a6e96a27c85d0e459150f859220342 (patch) | |
tree | bf4960b6daab1b922409a3ffb7afcee7004c0b80 /gcc/tm.texi | |
parent | 6ff00f576123ad1e091ebed0ca0b3b558d18e2f6 (diff) | |
download | gcc-e9412714d3a6e96a27c85d0e459150f859220342.tar.gz |
Fix description of a stack element in a PARALLEL generated by FUNCTION_ARG
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27096 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tm.texi')
-rw-r--r-- | gcc/tm.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/tm.texi b/gcc/tm.texi index 48f4439ed94..d3bff3df7a6 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -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 |