bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: small patch for x86_64 port of glibc-2.3.2


From: Andreas Jaeger
Subject: Re: small patch for x86_64 port of glibc-2.3.2
Date: Wed, 30 Apr 2003 12:02:15 +0200
User-agent: Gnus/5.09002 (Oort Gnus v0.20) XEmacs/21.4 (Portable Code, linux)

Andrew Derrick Balsa <address@hidden> writes:

> Hi,
>
> I was looking at file:
>
> glibc-2.3.2/sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h
>
> line 76, 
> #define DR_CONTROL_RESERVED (0xFC00) /* Reserved */
>
> should possibly be:
> #define DR_CONTROL_RESERVED (0xFFFFFFFF0000FC00UL) /* Reserved in AMD64 
> architecture 64-bit mode */
>
> (from the Linux kernel). Can you please confirm?

this is correct - but no harm done, since the kernel masks it.  I've
committed a patch for this,

Thanks,
Andreas
-- 
 Andreas Jaeger
  SuSE Labs address@hidden
   private address@hidden
    http://www.suse.de/~aj




reply via email to

[Prev in Thread] Current Thread [Next in Thread]