Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 1998 22:09:49 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc/gmon mcount.c src/sys/alpha/include types.h src/sys/i386/include profile.h types.h src/sys/kern kern_module.c subr_prof.c src/sys/libkern mcount.c src/sys/sys gmon.h
Message-ID:  <199807140509.WAA05494@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/07/13 22:09:49 PDT

  Modified files:
    lib/libc/gmon        mcount.c 
    sys/alpha/include    types.h 
    sys/i386/include     profile.h types.h 
    sys/kern             kern_module.c subr_prof.c 
    sys/libkern          mcount.c 
    sys/sys              gmon.h 
  Log:
  Changed to the C9x draft spelling of the (unsigned) integral type
  suitable for holding object pointers (ptrint_t -> uintptr_t).
  Added corresponding signed type (intptr_t).  Changed/added
  corresponding non-C9x types for function pointers to match.  Don't
  use nonstandard types to implement these types, and don't comment
  on them in <machine/types.h>.
  
  Revision  Changes    Path
  1.13      +12 -12    src/lib/libc/gmon/mcount.c
  1.8       +6 -8      src/sys/alpha/include/types.h
  1.17      +8 -9      src/sys/i386/include/profile.h
  1.15      +6 -8      src/sys/i386/include/types.h
  1.8       +2 -3      src/sys/kern/kern_module.c
  1.27      +4 -4      src/sys/kern/subr_prof.c
  1.13      +12 -12    src/sys/libkern/mcount.c
  1.14      +3 -3      src/sys/sys/gmon.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807140509.WAA05494>