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]

Re: make gcov counters 64bit take 2


On Fri, 15 Jun 2001, Jan Hubicka wrote:

> > > This way 72bit long targets noted by Lars will be happy.
> > 
> > Are any changes needed to the gcov file format specifications in 
> > gcov.texi, or are those still accurate?
> Actually looking at the docs, they are still accurate.  Values are already
> 8byte, only truncated on 32bit machines.

So, what size are they on systems with non-8-bit bytes?  Clarify this,
including for systems where the hardware byte (BITS_PER_UNIT) is smaller
than the C language byte (CHAR_TYPE_SIZE) (if we really support such
systems, and no-one has answered my question about support for
BITS_PER_UNIT != CHAR_TYPE_SIZE either way).

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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