On Fri, 4 Oct 2002, Andrey A. Chernov wrote:

> On Thu, Oct 03, 2002 at 16:37:21 -0400, Daniel Eischen wrote:
> > Can you try the patch at:
> > 
> >   http://people.freebsd.org/~deischen/sys.diffs
> > 
> 
> I'll try it a bit later, but now have a question about it: why you 
> redefine _MC_FP* constants? They are for different fields in anycase.

So that something is set in the upper-half of the word.  These
locations (mc_fpformat and mc_ownedfp) were previously occupied
by FPU control and status words which are only 16 bits.  So in
case an older application/library (like libc_r) managed to save
a FP control or status word in these locations, it couldn't
possibly match something bigger than 16 bits.

-- 
Dan Eischen


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to