This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Obvious fix to doc/tm.texi


I have committed the following as an obvius fix.

   /Krister


2003-02-19  Krister Walfridsson  <cato at df dot lth dot se>

	* tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.


Index: gcc/gcc/doc/tm.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/tm.texi,v
retrieving revision 1.202
diff -c -r1.202 tm.texi
*** gcc/gcc/doc/tm.texi	19 Feb 2003 18:03:11 -0000	1.202
--- gcc/gcc/doc/tm.texi	19 Feb 2003 21:53:18 -0000
***************
*** 3671,3677 ****
  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
  arguments for the function being compiled.

  When processing a call to a compiler support library function,
--- 3671,3677 ----
  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
  arguments for the function being compiled.

  When processing a call to a compiler support library function,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]