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]

(installed) Re: Patch for tm.texi, remove remnants of two schedulers


On Fri, 4 Feb 2000, Richard Henderson wrote:
> On Fri, Feb 04, 2000 at 05:56:29AM -0500, Hans-Peter Nilsson wrote:
> > 	* tm.texi (Misc): Say the scheduler, not the Haifa scheduler.
> 
> Ok.

Installed, plus this little typo fix.

Index: tm.texi
===================================================================
RCS file: /cvs/gcc/egcs/gcc/tm.texi,v
retrieving revision 1.110
diff -p -c -r1.110 tm.texi
*** tm.texi	2000/02/04 10:30:25	1.110
--- tm.texi	2000/02/04 19:25:20
*************** allocation.
*** 1598,1604 ****
  @findex AVOID_CCMODE_COPIES
  @item AVOID_CCMODE_COPIES
  Define this macro if the compiler should avoid copies to/from @code{CCmode}
! registers.  You should only define this macro if support fo copying to/from
  @code{CCmode} is incomplete.
  @end table
  
--- 1598,1604 ----
  @findex AVOID_CCMODE_COPIES
  @item AVOID_CCMODE_COPIES
  Define this macro if the compiler should avoid copies to/from @code{CCmode}
! registers.  You should only define this macro if support for copying to/from
  @code{CCmode} is incomplete.
  @end table
  
brgds, H-P



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