diff options
| author | kristerw <kristerw@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-19 21:55:22 +0000 |
|---|---|---|
| committer | kristerw <kristerw@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-19 21:55:22 +0000 |
| commit | 96dadd9cbb2fefdee054045bf8780bd72dc8f379 (patch) | |
| tree | 807cf933b89cd8855f815eb9604c12ab66716836 | |
| parent | 0372ccb5bd7bea51586fde646d874b4b17be7e9d (diff) | |
| download | ppe42-gcc-96dadd9cbb2fefdee054045bf8780bd72dc8f379.tar.gz ppe42-gcc-96dadd9cbb2fefdee054045bf8780bd72dc8f379.zip | |
2003-02-19 Krister Walfridsson <cato@df.lth.se>
* tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63132 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/tm.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fb7d4423d16..26807a1c899 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-02-19 Krister Walfridsson <cato@df.lth.se> + + * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo. + 2003-02-19 Kazu Hirata <kazu@cs.umass.edu> * config/h8300/h8300.c (output_logical_op): Optimize or.l when diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index ed00f0733ff..4fd314bce6d 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -3671,7 +3671,7 @@ has type @code{CUMULATIVE_ARGS}. The value of @var{fntype} is the tree node for the data type of the function which will receive the args, or 0 if the args are to a compiler support library function. For direct calls that are not libcalls, @var{fndecl} contain the declaration node of the function. -@var{fndecl} is also set when code{INIT_CUMULATIVE_ARGS} is used to find +@var{fndecl} is also set when @code{INIT_CUMULATIVE_ARGS} is used to find arguments for the function being compiled. When processing a call to a compiler support library function, |

