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] Correct some comments after BIMode Change



Just some comment corrections:

ChangeLog:

2000-10-09 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>

    * machmode.def: Correct comment.

Index: machmode.def
===================================================================
RCS file: /cvs/gcc/egcs/gcc/machmode.def,v
retrieving revision 1.8
diff -c -3 -p -r1.8 machmode.def
*** machmode.def	2000/09/18 17:55:38	1.8
--- machmode.def	2000/10/09 19:04:03
*************** Boston, MA 02111-1307, USA.  */
*** 56,63 ****
     A byte's size is determined by BITS_PER_UNIT in tm.h. 
  
     Sixth arg is the relative size of subunits of the object.
!    It is same as the fourth argument except for complexes,
!    since they are really made of two equal size subunits.
  
     Seventh arg is next wider natural mode of the same class.
     0 if there is none.  */
--- 56,63 ----
     A byte's size is determined by BITS_PER_UNIT in tm.h. 
  
     Sixth arg is the relative size of subunits of the object.
!    It is same as the fifth argument except for complexes and vectors,
!    since they are really made of many equal size subunits.
  
     Seventh arg is next wider natural mode of the same class.
     0 if there is none.  */



 --------------------------------------------------------------------
 Theodore Papadopoulo
 Email: Theodore.Papadopoulo@sophia.inria.fr Tel: (33) 04 92 38 76 01
 --------------------------------------------------------------------



PGP signature


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