From owner-cvs-src@FreeBSD.ORG Wed Oct 8 20:11:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B63ED16A4B3; Wed, 8 Oct 2003 20:11:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C974643FF2; Wed, 8 Oct 2003 20:11:37 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h993BbXJ023537; Wed, 8 Oct 2003 20:11:37 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h993Bb2e023536; Wed, 8 Oct 2003 20:11:37 -0700 (PDT) (envelope-from marcel) Message-Id: <200310090311.h993Bb2e023536@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 8 Oct 2003 20:11:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 unwind.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 03:11:38 -0000 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