Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2002 15:54:47 +0930
From:      Greg 'groggy' Lehey <grog@FreeBSD.org>
To:        Poul-Henning Kamp <phk@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/i386/i386 db_trace.c machdep.c src/sys/i386/include reg.h
Message-ID:  <20021021062447.GA63728@wantadilla.lemis.com>
In-Reply-To: <200210202048.g9KKmueG078396@repoman.freebsd.org>
References:  <200210202048.g9KKmueG078396@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday, 20 October 2002 at 13:48:56 -0700, Poul-Henning Kamp wrote:
> 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.

Not verified by: make world.

This breaks world in a couple of places in lib/libc.  I've added the
following to my local copy of the file:

#define dr6	dr[6]
#define dr7	dr[7]

It's not clear that this is the correct solution, so I haven't
committed it.

Greg
--
See complete headers for address and phone numbers

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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