Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2003 20:11:37 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ia64/ia64 unwind.c
Message-ID:  <200310090311.h993Bb2e023536@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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