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 Thu, 14 Jun 2001, Jan Hubicka wrote:
> 
> > Hi,
> > updated patch. Now chooses the GCOV_TYPE_SIZE as LONG_TYPE_SIZE if it is
> > greater or equal to 64. Otherwise LONG_LONG_TYPE_SIZE is used.
> > 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.

Honza


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