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 for CHAR_TYPE_SIZE in tm.texi


All the defaults (!) for CHAR_TYPE SIZE in the source say this.
It matters for e.g. 64-bit machines.

Ok to commit?

Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>

	* tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.

Index: tm.texi
===================================================================
RCS file: /cvs/gcc/egcs/gcc/tm.texi,v
retrieving revision 1.107
diff -p -c -r1.107 tm.texi
*** tm.texi	2000/01/26 22:27:29	1.107
--- tm.texi	2000/01/31 23:58:26
*************** macro must be at least 64.
*** 1153,1161 ****
  @findex CHAR_TYPE_SIZE
  @item CHAR_TYPE_SIZE
  A C expression for the size in bits of the type @code{char} on the
! target machine.  If you don't define this, the default is one quarter
! of a word.  (If this would be less than one storage unit, it is rounded up
! to one unit.)
  
  @findex MAX_CHAR_TYPE_SIZE
  @item MAX_CHAR_TYPE_SIZE
--- 1153,1160 ----
  @findex CHAR_TYPE_SIZE
  @item CHAR_TYPE_SIZE
  A C expression for the size in bits of the type @code{char} on the
! target machine.  If you don't define this, the default is
! @code{BITS_PER_UNIT}.
  
  @findex MAX_CHAR_TYPE_SIZE
  @item MAX_CHAR_TYPE_SIZE


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