bug-glibc
[Top][All Lists]
Advanced

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

small patch for x86_64 port of glibc-2.3.2


From: Andrew Derrick Balsa
Subject: small patch for x86_64 port of glibc-2.3.2
Date: Wed, 30 Apr 2003 16:14:45 +0800
User-agent: KMail/1.5.1

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?

Thanks,
-- 
André Derrick Balsa (Andrew)
address@hidden




reply via email to

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