about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-16 10:19:17 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-16 10:19:17 -0700
commitce5d54b0d6b097c74835dd1df660720223284373 (patch)
treea607e24b8ccc9bc15930db42afc1d48d916a882c /ChangeLog
parent13dc9eac616b866ff19098c971dd46e29d0ba30b (diff)
downloadglibc-ce5d54b0d6b097c74835dd1df660720223284373.tar.gz
glibc-ce5d54b0d6b097c74835dd1df660720223284373.tar.xz
glibc-ce5d54b0d6b097c74835dd1df660720223284373.zip
Use ULL suffix on DR_CONTROL_RESERVED
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7210511a4d..133ed98262 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
+	<bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
+	(DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
+
+2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
 	<stdint.h>.
 	(GET_PC): Cast to uintptr_t first.