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]

[patch] Duplicate @findex PUSH_ROUNDING



Tue Sep 12 13:51:13 2000  Denis Chertykov  <denisc@overta.ru>

	* tm.texi: Duplicate @findex PUSH_ROUNDING removed.

Index: tm.texi
===================================================================
RCS file: /cvs/gcc/egcs/gcc/tm.texi,v
retrieving revision 1.144
diff -c -3 -p -r1.144 tm.texi
*** tm.texi	2000/09/07 22:24:32	1.144
--- tm.texi	2000/09/17 10:29:38
*************** On some machines, the definition
*** 2695,2704 ****
  @item PUSH_ROUNDING (@var{npushed})
  A C expression that is the number of bytes actually pushed onto the
  stack when an instruction attempts to push @var{npushed} bytes.
- @findex PUSH_ROUNDING
- @item PUSH_ROUNDING (@var{npushed})
- A C expression that is the number of bytes actually pushed onto the
- stack when an instruction attempts to push @var{npushed} bytes.
  
  On some machines, the definition
  
--- 2695,2700 ----




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