Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



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