From owner-cvs-all Sun Oct 20 13:49:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C9BF37B401; Sun, 20 Oct 2002 13:49:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF67443E4A; Sun, 20 Oct 2002 13:49:21 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9KKmvmV078397; Sun, 20 Oct 2002 13:48:57 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9KKmueG078396; Sun, 20 Oct 2002 13:48:56 -0700 (PDT) Message-Id: <200210202048.g9KKmueG078396@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 20 Oct 2002 13:48:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 db_trace.c machdep.c src/sys/i386/include reg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/10/20 13:48:56 PDT Modified files: sys/i386/i386 db_trace.c machdep.c sys/i386/include reg.h Log: Change the definition of the debugging registers to be an array, so that we can index into it, rather than do pointer gymnastics on a structure containing 8 elements. Verified by: MD5 hash on the produced .o files. Revision Changes Path 1.54 +10 -10 src/sys/i386/i386/db_trace.c 1.543 +39 -39 src/sys/i386/i386/machdep.c 1.28 +6 -9 src/sys/i386/include/reg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message