Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2004 11:27:14 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/amd64/amd64 prof_machdep.c
Message-ID:  <200405231827.i4NIRE0r039271@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2004/05/23 11:27:14 PDT

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      prof_machdep.c 
  Log:
  Adjusted for amd64 after repo-copy.  The adjustments are routine, except:
  - perfmon headers must be avoided until perfmon is supported.
  - all call-used registers including return registers must be preserved
    by .mcount(), etc., not quite as in profile.h.  __cyg_profile_func_*()
    don't require this, but they are (mis)implemented as aliases for
    .mcount(), etc. so they preserve the registers.
  - i386 ifdefs related to perfmon have not been adjusted yet.
  
  Revision  Changes    Path
  1.20      +53 -23    src/sys/amd64/amd64/prof_machdep.c



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