cvs commit: src/sys/ia64/ia64 unwind.c

Marcel Moolenaar marcel at FreeBSD.org
Wed Oct 8 20:11:38 PDT 2003


marcel      2003/10/08 20:11:37 PDT

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        unwind.c 
  Log:
  With BETA 5 of libuwx some of the application registers are renamed
  from UWX_REG_MUMBLE to UWX_REG_AR_MUMBLE. Compatibility defines are
  present in libuwx. Change the names here so that we don't depend on
  compatibility defines.
  
  Note that there's now an UWX_REG_PFS and an UWX_REG_AR_PFS and the
  former is not a compatibility define for the latter AFAICT. Change
  to UWX_REG_AR_PFS as that seems to be the one we need to handle.
  
  Revision  Changes    Path
  1.10      +3 -3      src/sys/ia64/ia64/unwind.c


More information about the cvs-src mailing list