Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 1999 03:51:28 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 identcpu.c
Message-ID:  <199905101051.DAA09148@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/05/10 03:51:28 PDT

  Modified files:
    sys/i386/i386        identcpu.c 
  Log:
  [Forgot to commit this in the batch a few days ago.]
  
  Fixed profiling of elf kernels.  Made high resolution profiling compile
  for elf kernels (it is broken for all kernels due to lack of egcs support).
  
  Renaming of many assembler labels is avoided by declaring by declaring
  the labels that need to be visible to gprof as having type "function"
  and depending on the elf version of gprof being zealous about discarding
  the others.  A few type declarations are still missing, mainly for SMP.
  
  PR:		9413
  Submitted by:	Assar Westerlund <assar@sics.se> (initial parts)
  
  Revision  Changes    Path
  1.62      +3 -1      src/sys/i386/i386/identcpu.c


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?199905101051.DAA09148>