cvs commit: src/sys/ia64/ia64 exception.S locore.S support.S syscall.S

Marcel Moolenaar marcel at FreeBSD.org
Tue Nov 9 03:40:52 GMT 2004


marcel      2004-11-09 03:40:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/ia64/ia64        exception.S locore.S support.S syscall.S 
  Log:
  MFC support.S:1.22
  Make profiling actually work. The gcc compiler emits a call to the
  _mcount() stub when profiling is enabled.
  
  MFC exception.S:1.54, locore.S:1.36, support.S:1.23, syscall.S:1.13
  s/ENTRY/ENTRY_NOPROFILE/g for particular functions that do not follow
  the C calling convention or are otherwise not regular functions. This
  allows us to boot a profiling kernel.
  
  Revision  Changes    Path
  1.53.4.1  +2 -2      src/sys/ia64/ia64/exception.S
  1.35.2.1  +2 -3      src/sys/ia64/ia64/locore.S
  1.21.4.1  +43 -1     src/sys/ia64/ia64/support.S
  1.12.2.1  +3 -3      src/sys/ia64/ia64/syscall.S


More information about the cvs-src mailing list