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]

Typo fixed in tm.texi


Installed.

Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>

	* tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
	example.

Index: tm.texi
===================================================================
RCS file: /cvs/gcc/egcs/gcc/tm.texi,v
retrieving revision 1.108
diff -p -c -r1.108 tm.texi
*** tm.texi	2000/02/01 11:00:43	1.108
--- tm.texi	2000/02/02 02:15:26
*************** definition of this macro is
*** 1504,1510 ****
  @smallexample
  #define HARD_REGNO_NREGS(REGNO, MODE)            \
     ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1)  \
!     / UNITS_PER_WORD))
  @end smallexample
  
  @findex ALTER_HARD_SUBREG
--- 1504,1510 ----
  @smallexample
  #define HARD_REGNO_NREGS(REGNO, MODE)            \
     ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1)  \
!     / UNITS_PER_WORD)
  @end smallexample
  
  @findex ALTER_HARD_SUBREG

brgds, H-P


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