aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-11 10:14:57 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-11 10:14:57 -0700
commita04e06bc4ce68f639ea074b82a4a1713889364d2 (patch)
tree699b3ac029dd11c2ac2dceeaacf97f2c210946ca /nptl/ChangeLog
parent512ec530c7b6f29767bac4ff4c410a9b6390ce1b (diff)
downloadglibc-a04e06bc4ce68f639ea074b82a4a1713889364d2.tar
glibc-a04e06bc4ce68f639ea074b82a4a1713889364d2.tar.gz
glibc-a04e06bc4ce68f639ea074b82a4a1713889364d2.tar.bz2
glibc-a04e06bc4ce68f639ea074b82a4a1713889364d2.zip
Use uint64_t on 64-bit integer
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 752cde97f8..830690cb90 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,11 @@
2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
+ * sysdeps/x86_64/tls.h (THREAD_SETMEM): Use uint64_t on 64-bit
+ integer.
+ (THREAD_SETMEM_NC): Likewise.
+
+2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
+
* sysdeps/x86_64/tls.h (THREAD_SELF): Replace movq/%q0 with
mov/%0.